qdoc产生的无效输出

时间:2019-04-16 14:06:28

标签: qt qdoc

我已经设置了一个最小的qdoc​​配置文件

include(C:\Qt\5.12.2\mingw73_64\doc\global\compat.qdocconf)
    outputdir   = html
headerdirs  = ./
sourcedirs  = ./
exampledirs = ./
imagedirs   

我运行此命令

c:\qt\5.12.2\mingw73_64\bin\qdoc.exe ./ProfileTest.qdocconf

会产生一个索引,但是将其放入浏览器中会得到

This XML file does not appear to have any style information associated with it. The document tree is shown below.

这是索引文件

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="" title="" version="" project="">
    <namespace threadsafety="unspecified" name="" status="active" access="public" documented="false"/>
</INDEX>

我在做什么错

谢谢

= ./images

0 个答案:

没有答案