Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 查看氧气结果_C++_Linux_Doxygen - Fatal编程技术网

C++ 查看氧气结果

C++ 查看氧气结果,c++,linux,doxygen,C++,Linux,Doxygen,我已尝试使用以下命令从Linux终端运行doxygen: doxygen-g,后跟 doxygen-Doxyfile 然后,我得到了相应的html子目录,该子目录在我的原始代码存储的目录中生成。然而,当我在Google Chrome中打开index.html文件时,并没有显示任何结果——我只得到一个空白页面,上面写着我的项目文档,如下所示。为什么会这样 您是否确实编辑了生成的Doxyfile?这里有几行您想看的内容: PROJECT_NAME = "My Proje

我已尝试使用以下命令从Linux终端运行doxygen:
doxygen-g
,后跟
doxygen-Doxyfile

然后,我得到了相应的html子目录,该子目录在我的原始代码存储的目录中生成。然而,当我在Google Chrome中打开index.html文件时,并没有显示任何结果——我只得到一个空白页面,上面写着我的项目文档,如下所示。为什么会这样


您是否确实编辑了生成的Doxyfile?这里有几行您想看的内容:

PROJECT_NAME           = "My Project Name"
INPUT                  += src

另外,当我运行它时,我没有指定Doxyfile,但这只是因为默认情况下使用Doxyfile。

Doxygen版本1.8.13稍旧一些(2016年12月),当前版本是1.9.1。使用的文件的扩展名是什么,它们位于什么位置(从描述中可以看出是当前目录)。控制台上有错误消息吗?