Home
last modified time | relevance | path

Searched full:kerneldoc (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/doc-guide/
H A Dcontributing.rst50 problems in kerneldoc comments in C code. While the documentation
65 A quick look at the source file named above turned up a couple of kerneldoc
86 [PATCH] PM / devfreq: Fix two malformed kerneldoc comments
88 Two kerneldoc comments in devfreq.c fail to adhere to the required format,
96 Add a couple of missing asterisks and make kerneldoc a little happier.
145 Languishing kerneldoc comments
148 Developers are encouraged to write kerneldoc comments for their code, but
160 kerneldoc comments for internal use; those should not be pulled into the
H A Dmaintainer-profile.rst16 found in the source as kerneldoc comments; those are usually (but not
/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py16 from kdoc.kdoc_parser import KernelDoc
196 doc = KernelDoc(self.config, fname, self.xforms, store_src=store_src)
215 doc = KernelDoc(self.config, fname)
271 # used to send control configuration to KernelDoc class. As such,
272 # those variables are read-only inside the KernelDoc.
H A Dkdoc_output.py24 from kdoc.kdoc_parser import KernelDoc, type_param
473 args.parameterdescs[parameter_name] != KernelDoc.undescribed:
504 if args.parameterdescs.get(parameter, '') != KernelDoc.undescribed:
586 if args.parameterdescs.get(parameter_name) == KernelDoc.undescribed:
1152 if args.parameterdescs.get(parameter_name) == KernelDoc.undescribed:
H A Dkdoc_parser.py21 # Regular expressions used to parse kernel-doc markups at KernelDoc class.
62 # Tests for the beginning of a kerneldoc block in its various forms.
234 class KernelDoc:
1152 # Otherwise we're looking for a normal kerneldoc declaration line.
1176 # OK, set up for a new kerneldoc entry.
1250 Helper function to detect (and effect) the end of a kerneldoc comment.
1350 STATE_BODY: the bulk of a kerneldoc comment.
363 class KernelDoc: global() class
/linux/tools/docs/
H A Dsphinx-build-wrapper264 self.kerneldoc = self.get_path(os.environ.get("KERNELDOC",
578 def handle_man(self, kerneldoc, docs_dir, src_dir, output_dir):
607 cmd = [ kerneldoc, "-m" ] + sorted(kdoc_files)
687 kerneldoc = self.kerneldoc
688 if kerneldoc.startswith(self.srctree):
689 kerneldoc = os.path.relpath(kerneldoc, self.srctree)
761 self.handle_man(kerneldoc, docs_di
581 handle_man(self, kerneldoc, docs_dir, src_dir, output_dir) global() argument
[all...]
H A Dfind-unused-docs.sh35 echo "The following files contain kerneldoc comments for exported functions \
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dcontributing.rst70 [PATCH] PM / devfreq: Fix two malformed kerneldoc comments
72 Two kerneldoc comments in devfreq.c fail to adhere to the required format,
80 Add a couple of missing asterisks and make kerneldoc a little happier.
/linux/include/drm/
H A DMakefile14 …PYTHONDONTWRITEBYTECODE=1 $(PYTHON3) $(KERNELDOC) -none $(if $(CONFIG_WERROR)$(CONFIG_DRM_WERROR),…
/linux/Documentation/gpu/rfc/
H A Dindex.rst14 kerneldoc in like with real uapi headers.
/linux/scripts/atomic/
H A Datomic-tbl.sh81 find_template "kerneldoc" "$@"
242 printf " * No kerneldoc available for ${class}${atomicname}\n"
/linux/Documentation/translations/zh_CN/core-api/
H A Dindex.rst21 来的大量 kerneldoc 信息;有朝一日,若有人有动力的话,应当把它们拆分
/linux/Documentation/driver-api/
H A Dtarget.rst13 This section is blank because no kerneldoc comments have been added to
/linux/Documentation/process/
H A D8.Conclusion.rst11 kernel APIs are documented using the kerneldoc mechanism; "make htmldocs"
/linux/Documentation/translations/it_IT/process/
H A D8.Conclusion.rst19 kerneldoc; "make htmldocs" o "make pdfdocs" possono essere usati per generare
/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst5 See the kerneldoc for the struct device.
H A Dbus.rst7 See the kerneldoc for the struct bus_type.
H A Ddriver.rst5 See the kerneldoc for the struct device_driver.
/linux/Documentation/driver-api/usb/
H A Ddma.rst6 in the kernel usb programming guide (kerneldoc, from the source code).
/linux/include/linux/
H A Dpipe_fs_i.h119 * the meaning of each operation. Also see the kerneldoc in fs/pipe.c for the
H A Dptrace.h262 * implement single-step. The kerneldoc comments are here
/linux/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c180 * Kerneldoc for drm_atomic_helper_check_modeset mandates that in malidp_crtc_atomic_check_gamma()
/linux/
H A DMakefile464 # the KERNELDOC macro needs to be exported, as scripts/Makefile.build
466 KERNELDOC = $(srctree)/tools/docs/kernel-doc macro
467 export KERNELDOC
/linux/Documentation/spi/
H A Dspi-summary.rst130 The <linux/spi/spi.h> header file includes kerneldoc, as does the
/linux/scripts/
H A DMakefile.build171 cmd_checkdoc = PYTHONDONTWRITEBYTECODE=1 $(PYTHON3) $(KERNELDOC) -none $(KDOCFLAGS) \

12