gpt4 book ai didi

Doxygen 不会处理 main.cpp

转载 作者:行者123 更新时间:2023-12-02 21:24:11 25 4
gpt4 key购买 nike

所以我是 Doxygen 的新手,我能够让它顺利工作。我能够记录我的类和结构,并且它完美地生成 HTML 文件。我遇到的问题是它不会解析我的 main.cpp 文件。所有类和结构都有自己的 .h 和 .cpp 文件,并且处理得很好。如何让 Doxygen 为 main.cpp 制作文档?它没有 .h 文件,因为这是程序开始和结束的地方。我什至不知道要在 .h 文件中放入 main 的内容。我在 Windows 中使用 Doxywizard。

编辑:

我把它放在 main 中,它会生成一个主页:

/**
@mainpage

This is a test application.

@author Alex
@date 10/21/2010
@version 1.0
*/

但是在函数原型(prototype)所在的文件的更深处,我有这个,但它没有被解析:

/**
@brief Error handler for the PDF writer.

It does nothing. It just has to exist.
*/
void error_handler (HPDF_STATUS error_no,
HPDF_STATUS detail_no,
void *user_data)
{
}

最佳答案

我把它放在 main.cpp 的顶部并且它起作用了。想想吧。

/**
@file main.cpp
*/

关于Doxygen 不会处理 main.cpp,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3990533/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com