Lines Matching full:documentation
94 Print formatted kernel documentation to stdout
97 documentation comments, and print formatted documentation
100 The documentation comments are identified by the "/**"
103 See Documentation/doc-guide/kernel-doc.rst for the
104 documentation comment syntax.
120 Read C language source or header FILEs, extract embedded documentation comments,
121 and print formatted documentation to standard output.
123 The documentation comments are identified by the "/**" opening comment mark.
125 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
135 Only output documentation for the symbols that have been
141 Only output documentation for the symbols that have NOT been
147 Only output documentation for the given function or DOC: section
154 Exclude the specified symbol from the output documentation.
233 help="Do not output documentation, only warnings.")