文档未指定/实现定义

时间:2015-01-01 01:47:21

标签: c++ doxygen

我有一些是实现定义的typedef,我希望Doxygen能够展示这一点。我有点能够通过使用Doxygen特定的predef并将unspecified作为原始类型来获得它,但它的格式化方式看起来像是一种恰好被称为未指定的类型。

#ifdef MY_DOC_GEN_DEF
typedef unspecified my_type;
#else
typedef /*implementation defined type*/ my_type;
#endif

有没有更好的方法来强调这是一种未指明的类型?

0 个答案:

没有答案