我是第一次尝试使用doxygen.
我正在使用它来记录一些C库和结构.
我认为使用正确的标签,但文档只是涉及到定义宏,但函数tags(\fn)完全被忽略.我在下面附上一个我标记的评论示例:
`/*! \file cab.h`
\author dan
\date 20/12/2013
\brief cab
`*/
/*! \def NOT_SPECIFIED`
\brief Constant value that indicates the not specification of a parameter
` */`
`#define NOT_SPECIFIED 0`
/*! \fn cab_create
\brief allocates the memory space and resources for the CAB
\param c cab to create
\param dim_buf size of the data contained in each buffer
\param maximum number of buffer
\param protocol used to handle priority inversion
\param ceiling value of the ceiling, …Run Code Online (Sandbox Code Playgroud)