kdocbug 2 in split format
record=2status=opendescription="""kernel doesn't make man It appears to only produce documentation for about 4000 of the possible 20,000 man pages it should. | record=2status=opendescription="""kernel doesn't make man It appears to only produce documentation for about 4000 of the possible 20,000 man pages it should. |
If a kernel file is not listed in a .tmpl file, no man pages are created for those functions | If a kernel file is not listed in a .tmpl file, no man pages are created for those functions |
Try the following command to see the list of possible items: find . -name "*.[ch]" | xargs grep -A 1 "^/\*\*" | grep -v -- -- | Try the following command to see the list of possible items: find . -name "*.[ch]" | xargs grep -A 1 "^/\*\*" | grep -v -- -- |
"""summary=kernel doesn't make man pages for all functions and structs | """summary=kernel doesn't make man pages for all functions and structs |