我跟着这个http://www.doxygen.nl/manual/config.html#cfg_file_patterns,将* .cu添加到了PATTERN_FILES。但是cuda文件仍然没有记录。
生成文档时的输出:
我的Doxyfile非常基本(几乎是默认版本),版本是1.8.9.1。
答案 0 :(得分:2)
感谢Albert,我刚刚补充道:
EXTENSION_MAPPING = cu=C
,不知道为什么其他帖子没有提及Is there a way to document cuda's ".cu" file use doxygen。
现在我得到了cuda文件的良好输出:"预处理/解析"并且文档似乎生成得很好。
谢谢阿尔伯特。