小编Dan*_*iel的帖子

Doxygen不会生成功能文档

我是第一次尝试使用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)

c doxygen documentation-generation doxygen-wizard

5
推荐指数
1
解决办法
5199
查看次数