Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/rexml/tasks/includes/.document
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Don't make html for these include files.
2 changes: 1 addition & 1 deletion doc/rexml/tasks/rdoc/child.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Class Child includes module Node;
see {Tasks for Node}[node_rdoc.html].

:include: ../tocs/child_toc.rdoc
:include: ../includes/child_toc.rdoc

=== Relationships

Expand Down
2 changes: 1 addition & 1 deletion doc/rexml/tasks/rdoc/document.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ see:
- {Tasks for Node}[node_rdoc.html].
- {Module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html].

:include: ../tocs/document_toc.rdoc
:include: ../includes/document_toc.rdoc

=== New Document

Expand Down
2 changes: 1 addition & 1 deletion doc/rexml/tasks/rdoc/element.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ see:
- {Tasks for Node}[node_rdoc.html].
- {Module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html].

:include: ../tocs/element_toc.rdoc
:include: ../includes/element_toc.rdoc

=== New Element

Expand Down
2 changes: 1 addition & 1 deletion doc/rexml/tasks/rdoc/node.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Module Node

:include: ../tocs/node_toc.rdoc
:include: ../includes/node_toc.rdoc

=== Siblings

Expand Down
2 changes: 1 addition & 1 deletion doc/rexml/tasks/rdoc/parent.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ see:
- {Tasks for Node}[node_rdoc.html].
- {Module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html].

:include: ../tocs/parent_toc.rdoc
:include: ../includes/parent_toc.rdoc

=== Queries

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions lib/rexml/document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ module REXML
# If you're somewhat familiar with XML
# and have a particular task in mind,
# you may want to see the
# {tasks pages}[../doc/rexml/tasks/tocs/master_toc_rdoc.html],
# {tasks pages}[../doc/rexml/tasks/rdoc/toc_rdoc.html],
# and in particular, the
# {tasks page for documents}[../doc/rexml/tasks/tocs/document_toc_rdoc.html].
# {tasks for documents}[../doc/rexml/tasks/rdoc/toc_rdoc.html#label-Document].
#
class Document < Element
# A convenient default XML declaration. Use:
Expand Down
4 changes: 2 additions & 2 deletions lib/rexml/element.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ module REXML
# If you're somewhat familiar with XML
# and have a particular task in mind,
# you may want to see the
# {tasks pages}[../doc/rexml/tasks/tocs/master_toc_rdoc.html],
# {tasks pages}[../doc/rexml/tasks/rdoc/toc_rdoc.html],
# and in particular, the
# {tasks page for elements}[../doc/rexml/tasks/tocs/element_toc_rdoc.html].
# {tasks for elements}[../doc/rexml/tasks/rdoc/toc_rdoc.html#label-Element].
#
# === Name
#
Expand Down
2 changes: 1 addition & 1 deletion lib/rexml/rexml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# If you're somewhat familiar with XML
# and have a particular task in mind,
# you may want to see {the tasks pages}[doc/rexml/tasks/tocs/master_toc_rdoc.html].
# you may want to see {the tasks pages}[doc/rexml/tasks/rdoc/toc_rdoc.html].
#
# == API
#
Expand Down
Loading