【发布时间】:2015-04-20 13:24:20
【问题描述】:
当我在这个 Obj-C 代码上运行 doxygen 时,签名和注释都不会出现在 HTML 输出中。我是否需要添加标签 (@typedef) 或传入设置,例如 ENABLE_PREPROCESSING、MACRO_EXPANSION、EXPAND_ONLY_PREDEF、PREDEFINED 和 显示文件?我尝试了几种组合都没有运气。
/**
* This is the brief comment. This is the detailed comment.
*
* @param error The error describing failure.
*/
typedef void(^ServiceCompletion)(NSError *error);
提前感谢您的帮助。
【问题讨论】:
-
Appledoc 没有问题 ;)。
标签: objective-c comments doxygen typedef