gpt4 book ai didi

c++ - 在主页中嵌入自述文件(doxygen)

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:10:18 25 4
gpt4 key购买 nike

有没有办法将纯文本文件 (README.txt) 嵌入到 doxygen 的主页中? (我正在用 cmake 处理它,所以我可以转储变量,但我认为这种类型的东西会内置)。

最佳答案

当然。在您的 mainpage.dox(或您所称的任何名称)中,放置一个指向您的 README.txt 的链接作为单独的 doxygen 页面。

\mainpage FooBar

...
\section other_docs Additional Documentation`

...
Key features that distinguish the current release, build instructions,
and a history of Project FooBar are described in the
\ref README "Foobar README file".

然后,通过将 README.txt 设为纯文本页面文件来生成该页面。

\page README README
\verbinclude README.txt

关于c++ - 在主页中嵌入自述文件(doxygen),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22463862/

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