Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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
Remove some dead headings in RDocs
Looks like some great work adding docs by
https://github.com/BurdetteLamar, but found two small headings that
appeared to be just leftover anchor links in the Tutorial and Option
Params document.
  • Loading branch information
edgibbs committed Feb 11, 2023
commit 3c14c1a51997aac564c78ff969a0eaed7857cd72
1 change: 0 additions & 1 deletion doc/optparse/option_params.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Contents:
- {Long Names with Optional Arguments}[#label-Long+Names+with+Optional+Arguments]
- {Long Names with Negation}[#label-Long+Names+with+Negation]
- {Mixed Names}[#label-Mixed+Names]
- {Argument Styles}[#label-Argument+Styles]
- {Argument Values}[#label-Argument+Values]
- {Explicit Argument Values}[#label-Explicit+Argument+Values]
- {Explicit Values in Array}[#label-Explicit+Values+in+Array]
Expand Down
1 change: 0 additions & 1 deletion doc/optparse/tutorial.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ The class also has method #help, which displays automatically-generated help tex
- {Option with No Argument}[#label-Option+with+No+Argument]
- {Option with Required Argument}[#label-Option+with+Required+Argument]
- {Option with Optional Argument}[#label-Option+with+Optional+Argument]
- {Argument Abbreviations}[#label-Argument+Abbreviations]
- {Argument Values}[#label-Argument+Values]
- {Explicit Argument Values}[#label-Explicit+Argument+Values]
- {Explicit Values in Array}[#label-Explicit+Values+in+Array]
Expand Down