commit | bfd228c73090e594efce24fa0f299272bef53c6d | [log] [tgz] |
---|---|---|
author | Mike Rapoport <rppt@linux.ibm.com> | Wed Nov 07 18:47:13 2018 +0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Nov 07 15:39:06 2018 -0700 |
tree | 0ee93ef7669ab17c97257bc853f18b35440472aa | |
parent | 76dd3e7b6650ba5aed96347e685657f80590a7b6 [diff] |
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 Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>