Lines Matching refs:functions
8 but consistent and extractable documentation of the functions and
10 a consistent style for documenting functions and their parameters,
22 In order to provide good documentation of kernel functions and data
26 We definitely need kernel-doc formatted documentation for functions
30 functions externally visible to other kernel files (not marked
116 form of block comments above functions. The components of this system
136 and external functions.
137 It invokes kernel-doc, giving it the list of functions that
276 Beside functions you can also write documentation for structs, unions,
311 instead of being kernel-doc for functions, structures, unions,
340 functions that are exported using EXPORT_SYMBOL: the function list is
343 !I<filename> is replaced by the documentation for functions that are
346 !D<filename> is used to name additional files to search for functions
349 !F<filename> <function [functions...]> is replaced by the
350 documentation, in <filename>, for the functions listed.
357 all DOC: sections and documented functions, symbols, etc. are used.