Lines Matching full:documentation
85 Print formatted kernel documentation to stdout
88 documentation comments, and print formatted documentation
91 The documentation comments are identified by the "/**"
94 See Documentation/doc-guide/kernel-doc.rst for the
95 documentation comment syntax.
114 Read C language source or header FILEs, extract embedded documentation comments,
115 and print formatted documentation to standard output.
117 The documentation comments are identified by the "/**" opening comment mark.
119 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
129 Only output documentation for the symbols that have been
135 Only output documentation for the symbols that have NOT been
141 Only output documentation for the given function or DOC: section
148 Exclude the specified symbol from the output documentation.
227 help="Do not output documentation, only warnings.")