Lines Matching +full:uapi +full:- +full:header
2 Including uAPI header files
5 Sometimes, it is useful to include header files and C example codes in
6 order to describe the userspace API and to generate cross-references
7 between the code and the documentation. Adding cross-references for
10 uAPI documentation in sync with the Kernel changes.
12 cross-references. It has to be called via Makefile, while building the
13 documentation. Please see ``Documentation/userspace-api/media/Makefile`` for an example
25 parse_headers.pl - parse a C file, in order to identify functions, structs,
26 enums and defines and create cross-references to a Sphinx book.
35 Where <options> can be: --debug, --help or --usage.
43 \ **--debug**\
49 \ **--usage**\
55 \ **--help**\
64 Convert a C header or source file (C_FILE), into a reStructuredText
65 included via ..parsed-literal block with cross-references for the
68 be pointed to a non-default reference.
73 enums and enum symbols and create cross-references for all of them.
162 It won't generate cross-references for \ **PRIVATE**\ .