Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个标志阻止 doxygen 生成源文件(即头文件)的漂亮打印副本?我只需要实际的文档而不是实际文件的链接。
是的,请确保
SOURCE_BROWSER = NO VERBATIM_HEADERS = NO
在配置文件中。