- 
                Notifications
    You must be signed in to change notification settings 
- Fork 641
KernelDoc: new parser #3619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
KernelDoc: new parser #3619
Conversation
| Codecov ReportAttention:  
 
 
 Additional details and impacted files@@            Coverage Diff             @@
##           master    #3619      +/-   ##
==========================================
- Coverage   82.99%   82.94%   -0.06%     
==========================================
  Files         226      225       -1     
  Lines       54972    54882      -90     
==========================================
- Hits        45626    45520     -106     
- Misses       9346     9362      +16     ☔ View full report in Codecov by Sentry. | 
| Lang_kerneldoc = language; | ||
| } | ||
|  | ||
| static void inputStart (subparser *s) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this line not covered?
| @@ -0,0 +1,84 @@ | |||
| /* Taken from linux/kernel/cpu.c */ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enum and function() must be added to input-0.
…cts in C comments TODO: revise Tmain/optscript-preludes-stack.d/stderr-expected.txt
This one is disabled by default. Give --languages=+KernelDoc for enabling. Signed-off-by: Masatake YAMATO <[email protected]>
The first "getData" can be extracted as a tag with "documentation" role of "function" kind in C language or a tag with "function" kind of KenrelDoc language.
My choice in this pull request is the latter one.
TODO: revise Tmain/optscript-preludes-stack.d/stderr-expected.txt