| /linux/Documentation/doc-guide/ |
| H A D | contributing.rst | 50 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 D | maintainer-profile.rst | 16 found in the source as kerneldoc comments; those are usually (but not
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 16 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 D | kdoc_output.py | 24 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 D | kdoc_parser.py | 21 # 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 D | sphinx-build-wrapper | 264 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 D | find-unused-docs.sh | 35 echo "The following files contain kerneldoc comments for exported functions \
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | contributing.rst | 70 [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 D | Makefile | 14 …PYTHONDONTWRITEBYTECODE=1 $(PYTHON3) $(KERNELDOC) -none $(if $(CONFIG_WERROR)$(CONFIG_DRM_WERROR),…
|
| /linux/Documentation/gpu/rfc/ |
| H A D | index.rst | 14 kerneldoc in like with real uapi headers.
|
| /linux/scripts/atomic/ |
| H A D | atomic-tbl.sh | 81 find_template "kerneldoc" "$@" 242 printf " * No kerneldoc available for ${class}${atomicname}\n"
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | index.rst | 21 来的大量 kerneldoc 信息;有朝一日,若有人有动力的话,应当把它们拆分
|
| /linux/Documentation/driver-api/ |
| H A D | target.rst | 13 This section is blank because no kerneldoc comments have been added to
|
| /linux/Documentation/process/ |
| H A D | 8.Conclusion.rst | 11 kernel APIs are documented using the kerneldoc mechanism; "make htmldocs"
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | 8.Conclusion.rst | 19 kerneldoc; "make htmldocs" o "make pdfdocs" possono essere usati per generare
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | device.rst | 5 See the kerneldoc for the struct device.
|
| H A D | bus.rst | 7 See the kerneldoc for the struct bus_type.
|
| H A D | driver.rst | 5 See the kerneldoc for the struct device_driver.
|
| /linux/Documentation/driver-api/usb/ |
| H A D | dma.rst | 6 in the kernel usb programming guide (kerneldoc, from the source code).
|
| /linux/include/linux/ |
| H A D | pipe_fs_i.h | 119 * the meaning of each operation. Also see the kerneldoc in fs/pipe.c for the
|
| H A D | ptrace.h | 262 * implement single-step. The kerneldoc comments are here
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_crtc.c | 180 * Kerneldoc for drm_atomic_helper_check_modeset mandates that in malidp_crtc_atomic_check_gamma()
|
| /linux/ |
| H A D | Makefile | 464 # 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 D | spi-summary.rst | 130 The <linux/spi/spi.h> header file includes kerneldoc, as does the
|
| /linux/scripts/ |
| H A D | Makefile.build | 171 cmd_checkdoc = PYTHONDONTWRITEBYTECODE=1 $(PYTHON3) $(KERNELDOC) -none $(KDOCFLAGS) \
|