Lines Matching full:documentation
22 kernel-doc - Print formatted kernel documentation to stdout
45 Read C language source or header FILEs, extract embedded documentation comments,
46 and print formatted documentation to standard output.
48 The documentation comments are identified by the "/**" opening comment mark.
50 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
204 # https://www.oasis-open.org/docbook/documentation/reference/html/refentry.html
220 STATE_DOCBLOCK => 6, # documentation block
227 # Inline documentation state
231 STATE_INLINE_TEXT => 2, # looking for member documentation
1734 # the following functions' documentation still comes out right:
2079 …This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kern…
2278 # Documentation block end */
2432 Do not output documentation, only warnings.
2457 Only output documentation for the symbols that have been exported using
2462 Only output documentation for the symbols that have NOT been exported using
2467 Only output documentation for the given function or DOC: section title.
2474 Exclude the specified symbol from the output documentation.