Lines Matching full:like
44 the comment is formatted like a normal multi-line comment with a column
67 The general format of a function and function-like macro kernel-doc comment is::
234 It is possible to document nested structs and unions, like::
288 on a line of their own, like all other kernel-doc comments::
344 Object-like macro documentation
347 Object-like macros are distinct from function-like macros. They are
349 left parenthesis ('(') for function-like macros or not followed by one
350 for object-like macros.
352 Function-like macros are handled like functions by ``scripts/kernel-doc``.
353 They may have a parameter list. Object-like macros have do not have a
356 The general format of an object-like macro kernel-doc comment is::
415 This is particularly useful if you need to use things like ``%ph`` inside
467 used for something like a theory of operation for a driver or library code, for