linuxdoc
linuxdoc copied to clipboard
Lets have an eye on patches of the origin kernel-doc script from the kernel sources
This is the history of the origin kernel-doc script (Perl) we should have an eye on:
-
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/scripts/kernel-doc?qt=grep&q=
-
https://salsa.debian.org/guest/kernel-doc/-/commits/rework/scripts/kernel-doc
possible candidates for a takeover:
- [ ] kernel-doc: better handle '::' sequences which was improved by kernel-doc: better handle '::' sequences and docs: kernel-doc: properly recognize parameter lines with colons
- [ ] kernel-doc: improve parsing for kernel-doc comments syntax
- [ ] scripts: kernel-doc: reduce repeated regex expressions into variables e.g. to optimize
FUNC_PROTOTYPES..
https://github.com/return42/linuxdoc/blob/365757c9300548b9bd5f2ed03a7c7ddd5bcac170/linuxdoc/kernel_doc.py#L215-L234
You may be interested in this also: https://salsa.debian.org/guest/kernel-doc
@c362 Thanks! .. I updated my initial https://github.com/return42/linuxdoc/issues/14#issue-1052708896