• Home
  • Raw
  • Download

Lines Matching full:comments

1 Writing kernel-doc comments
5 comments in the kernel-doc format to describe the functions, types
12 comments. Please stick to the style described here.
14 The kernel-doc structure is extracted from the comments, and proper
24 to be used by modules should also have kernel-doc comments.
33 How to format kernel-doc comments
36 The opening comment mark ``/**`` is used for kernel-doc comments. The
37 ``kernel-doc`` tool will extract comments marked this way. The rest of
41 The function and type kernel-doc comments should be placed just before
44 overview kernel-doc comments may be placed anywhere at the top indentation
49 documentation comments. For example::
203 ``/*`` comment marker. They may optionally include comments between the
276 In-line member documentation comments
280 There are two styles, single-line comments where both the opening ``/**`` and
281 closing ``*/`` are on the same line, and multi-line comments where they are each
282 on a line of their own, like all other kernel-doc comments::
345 .. attention:: The below are **only** recognized within kernel-doc comments,
385 instead. This is mostly for legacy comments.
391 defined in the kernel-doc comments from reStructuredText documents.
410 Overview documentation comments
413 To facilitate having source code and comments close together, you can include
414 kernel-doc documentation blocks that are free-form comments instead of being
439 Including kernel-doc comments
442 The documentation comments may be included in any of the reStructuredText
458 The *source-pattern* is useful when the kernel-doc comments have been placed
516 Without options, the kernel-doc directive includes all documentation comments
521 ``scripts/kernel-doc`` script to extract the documentation comments from the