You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel-doc: extend $type_param to match members referenced by pointer
Currently, function parameter description can match '@type.member' expressions
but fails to match '@type->member'. Extend the $type_param regex to allow
matching both
- https://lore.kernel.org/patchwork/patch/1007904/
Reported-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
0 commit comments