Lines Matching refs:comments
4 How to format kernel-doc comments
24 kernel-doc comments in Linux kernel source.
39 documented using kernel-doc formatted comments.
41 The opening comment mark "/**" is reserved for kernel-doc comments.
42 Only comments so marked will be considered by the kernel-doc scripts,
45 kernel-doc formatted comments. The closing comment marker for
46 kernel-doc comments can be either "*/" or "**/", but "*/" is
49 Kernel-doc comments should be placed just before the function
97 The kernel-doc function comments describe each parameter to the
100 The kernel-doc data structure comments describe each structure member
110 comments.
116 form of block comments above functions. The components of this system
121 This is a perl script that hunts for the block comments and can mark
286 marker. They may optionally include comments between the ":" and the
309 To facilitate having source code and comments close together, you can
310 include kernel-doc documentation blocks that are free-form comments