patch-2.4.10 linux/Documentation/kernel-doc-nano-HOWTO.txt
Next file: linux/Documentation/mips/pci/pci.README
Previous file: linux/Documentation/joystick.txt
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Fri Sep 7 18:15:17 2001
- Orig file:
v2.4.9/linux/Documentation/kernel-doc-nano-HOWTO.txt
- Orig date:
Fri Mar 2 18:43:11 2001
diff -u --recursive --new-file v2.4.9/linux/Documentation/kernel-doc-nano-HOWTO.txt linux/Documentation/kernel-doc-nano-HOWTO.txt
@@ -35,9 +35,9 @@
- Makefile
- The targets 'sgmldocs', 'psdocs', and 'pdfdocs' are used to build
- DocBook files, PostScript files, and PDF files in
- Documentation/DocBook.
+ The targets 'sgmldocs', 'psdocs', 'pdfdocs', and 'htmldocs' are used
+ to build DocBook files, PostScript files, PDF files, and html files
+ in Documentation/DocBook.
- Documentation/DocBook/Makefile
@@ -49,10 +49,11 @@
If you just want to read the ready-made books on the various
subsystems (see Documentation/DocBook/*.tmpl), just type 'make
-psdocs', or 'make pdfdocs', depending on your preference. If you
-would rather read a different format, you can type 'make sgmldocs' and
-then use DocBook tools to convert Documentation/DocBook/*.sgml to a
-format of your choice (for example, 'db2html ...').
+psdocs', or 'make pdfdocs', or 'make htmldocs', depending on your
+preference. If you would rather read a different format, you can type
+'make sgmldocs' and then use DocBook tools to convert
+Documentation/DocBook/*.sgml to a format of your choice (for example,
+'db2html ...' if 'make htmldocs' was not defined).
If you want to see man pages instead, you can do this:
@@ -111,7 +112,9 @@
(*)?*/
The short function description cannot be multiline, but the other
-descriptions can be.
+descriptions can be (and they can contain blank lines). Avoid putting a
+spurious blank line after the function name, or else the description will
+be repeated!
All descriptive text is further processed, scanning for the following special
patterns, which are highlighted appropriately.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)