diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2002-07-24 19:34:15 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-24 19:34:15 -0700 |
| commit | b7b2f983848646b70e8df27d76db6b160fa49342 (patch) | |
| tree | a5648b566e3cc0486bfabe352ddbf7431e728a99 /Documentation/DocBook | |
| parent | 7f23c2451cd5f6a0f10024ff77f323d7c187b8be (diff) | |
[PATCH] docbook: Update documentation to reflect new docproc [7/9]
kernel-doc-nano-HOWTO.txt updated to reflect new functionality
provided by docproc.
gen-all-syms and docgen description removed.
kernel-api.tmpl and parportbook.tmpl updated to specify files to search
for EXPORT-SYMBOL* to enable documentation of all relevant functions.
Diffstat (limited to 'Documentation/DocBook')
| -rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 10 | ||||
| -rw-r--r-- | Documentation/DocBook/parportbook.tmpl | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 1f9d6d520e55..39a9c8aee6ee 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -50,7 +50,7 @@ kernel/sched.c has no docs, which stuffs up the sgml. Comment out until somebody adds docs. KAO <sect1><title>Delaying, scheduling, and timer routines</title> -!Ekernel/sched.c +X!Ekernel/sched.c </sect1> KAO --> </chapter> @@ -367,7 +367,7 @@ KAO --> drivers/video/fbgen.c has no docs, which stuffs up the sgml. Comment out until somebody adds docs. KAO <sect1><title>Frame Buffer Generic Functions</title> -!Idrivers/video/fbgen.c +X!Idrivers/video/fbgen.c </sect1> KAO --> <sect1><title>Frame Buffer Video Mode Database</title> @@ -381,5 +381,9 @@ KAO --> !Idrivers/video/fonts.c </sect1> </chapter> - +<!-- Needs ksyms to list additional exported symbols, but no specific doc. + docproc do not care about sgml commants. +!Dkernel/ksyms.c +!Dnet/netsyms.c +--> </book> diff --git a/Documentation/DocBook/parportbook.tmpl b/Documentation/DocBook/parportbook.tmpl index 575bb48747c5..89a1529accfc 100644 --- a/Documentation/DocBook/parportbook.tmpl +++ b/Documentation/DocBook/parportbook.tmpl @@ -2729,7 +2729,9 @@ to permit their use in free software. </appendix> </book> - +<!-- Additional function to be documented: +!Ddrivers/parport/init.c +--> <!-- Local Variables: --> <!-- sgml-indent-step: 1 --> <!-- sgml-indent-data: 1 --> |
