Commit 755d8d5
authored
Hide internal classes from documentation (#348)
## Why?
`REXML::FunctionsClass` (and the `REXML::Functions` singleton),
`REXML::SourceFactory`, `REXML::Source`, `REXML::IOSource`,
`REXML::Output` and `REXML::Parsers::XPathParser` are for internal use
only, so mark them with `:nodoc:` to exclude them from the generated
documentation.
### See
- https://docs.ruby-lang.org/ja/latest/class/REXML=3a=3aFunctions.html
- https://docs.ruby-lang.org/ja/latest/class/REXML=3a=3aSource.html
- https://docs.ruby-lang.org/ja/latest/class/REXML=3a=3aIOSource.html
-
https://docs.ruby-lang.org/ja/latest/class/REXML=3a=3aSourceFactory.html
- https://docs.ruby-lang.org/ja/latest/class/REXML=3a=3aOutput.html
-
https://docs.ruby-lang.org/ja/latest/class/REXML=3a=3aParsers=3a=3aXPathParser.html1 parent 7166f74 commit 755d8d5
4 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments