在内核源代码目录下/Documentation/kernel-doc-nano-HOWTO.txt
有详细的讲如何make出帮助文档来
//需要依赖xmlto这个库
make htmldocs
make pdfdocs 则生成pdf文档(我这里生成pdf失败了,不知为何)