Lines Matching full:documentation
91 Print formatted kernel documentation to stdout.
94 documentation comments, and print formatted documentation
97 The documentation comments are identified by the ``/**``
100 See Documentation/doc-guide/kernel-doc.rst for the
101 documentation comment syntax.
119 Read C language source or header FILEs, extract embedded documentation comments,
120 and print formatted documentation to standard output.
122 The documentation comments are identified by the "/**" opening comment mark.
124 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
134 Only output documentation for symbols that have been
140 Only output documentation for symbols that have NOT been
146 Only output documentation for the given function or DOC: section
153 Exclude the specified symbol from the output documentation.
255 help="Do not output documentation, only warnings.")