gpt4 book ai didi

c++ - 去掉doxygen的\copydoc的点?

转载 作者:行者123 更新时间:2023-11-30 17:18:48 25 4
gpt4 key购买 nike

我对 doxygen 的 \copydoc 有问题。示例

文件1.h

/*!
* \file
* FileOne
*/

文件2.h

/*!
* \file
* This is similar to the \copydoc file1.h file.
*/

文档总是说:

This is similar to the.

FileOne. file.

我不想添加这个点(和换行符)。我怎样才能删除它?

原因是,我希望它从该文件中读取组名。如果添加一个点,则找不到该组。新示例:

文件1.h

/*!
* \defgroup FileOne
*/
/*!
* \file
* FileOne
*/

文件2.h

/*!
* \file
* \ingroup \copydoc file1.h
*/

文档总是说:

\ .

文件未添加到组中,因为它进入 \ingroup 命令的 FileOne.

最佳答案

这不是 \copydoc 的用途。您尝试使用它来替换文件的“名称”,但您实际上所做的是将文档替换为文件,即一个段落。

我认为您应该使用正确的设置命名该文件,Doxygen will auto-generate a link to that file's documentation .

/*!
* \file
* This is similar to the file1.h file.
*/

关于c++ - 去掉doxygen的\copydoc的点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29073602/

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