forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs-rst: parse-headers.pl: cleanup the documentation
Keeping both rst and in-file documentation in sync can be harsh. So, simplify the script's internal documntation to a bare minimum, and add a mention to the ReST file with its full documentation. This way, a quick help is still available at the command line, while the complete one is maintained at the ReST format. As we won't be using pad2rst anymore, do a cleanup at the ReST file. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,6 @@ about how to use it inside the Kernel tree. | |
parse_headers.pl | ||
^^^^^^^^^^^^^^^^ | ||
|
||
.. NOTE: the man pages below were generated using pod2rst tool: | ||
.. http://search.cpan.org/~dowens/Pod-POM-View-Restructured-0.02/bin/pod2rst | ||
.. If you need to change anything below this point, please do the changes | ||
.. at parse-headers.pl directly, re-run the script and paste the output of | ||
.. the script here. | ||
**** | ||
NAME | ||
**** | ||
|
||
|
@@ -33,7 +26,6 @@ parse_headers.pl - parse a C file, in order to identify functions, structs, | |
enums and defines and create cross-references to a Sphinx book. | ||
|
||
|
||
******** | ||
SYNOPSIS | ||
******** | ||
|
||
|
@@ -43,7 +35,6 @@ SYNOPSIS | |
Where <options> can be: --debug, --help or --man. | ||
|
||
|
||
******* | ||
OPTIONS | ||
******* | ||
|
||
|
@@ -55,20 +46,17 @@ OPTIONS | |
|
||
|
||
|
||
\ **--help**\ | ||
\ **--usage**\ | ||
|
||
Prints a brief help message and exits. | ||
|
||
|
||
|
||
\ **--man**\ | ||
|
||
Prints the manual page and exits. | ||
|
||
\ **--help**\ | ||
|
||
Prints a more detailed help message and exits. | ||
|
||
|
||
*********** | ||
DESCRIPTION | ||
*********** | ||
|
||
|
@@ -155,8 +143,6 @@ For both statements, \ **type**\ can be either one of the following: | |
|
||
|
||
|
||
|
||
******** | ||
EXAMPLES | ||
******** | ||
|
||
|
@@ -187,15 +173,13 @@ It will make the BAR1 and BAR2 enum symbols to cross reference the foo | |
symbol at the C domain. | ||
|
||
|
||
**** | ||
BUGS | ||
**** | ||
|
||
|
||
Report bugs to Mauro Carvalho Chehab <[email protected]> | ||
|
||
|
||
********* | ||
COPYRIGHT | ||
********* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters