【发布时间】:2021-06-21 11:55:49
【问题描述】:
我正在研究 Doxygen 并尝试收集文档。 原文档中有几行代码
/// Get the current running request.
/// \sq{Type, Synchronous function,
/// Notification, none (synchronous function)}
在 Doxygen 源文档中有这样的表示。
Get the current running request.
_____________________________________________
| Type | Synchronous function |
|_______________|_____________________________|
| Notification | none (synchronous function)|
|_______________|_____________________________|
如果我自己从这些文件中收集文档 - 我有一整行
Get the current running request. \sq{Type, Synchronous function, Notification, none (synchronous function)}
我做错了什么,或者我需要为此设置哪些设置才能获得表格形式的视图? 我阅读了 Doxygen 的文档,但没有关于 \sq 命令的描述
也许有人会告诉我,使用上面的文本用什么命令可以得到如上表形式的视图?
【问题讨论】:
-
你检查自定义宏的运行进程配置了吗?
-
我对自定义宏一无所知,我使用了默认的 Doxygen 设置
标签: doxygen