gpt4 book ai didi

c - 记录枚举值会导致 MikTex 错误?

转载 作者:太空宇宙 更新时间:2023-11-04 04:41:59 25 4
gpt4 key购买 nike

我正在尝试使用 doxygen 在 C 中记录枚举值。

我的整个项目文档构建良好(包括使用相同格式文档的结构成员文档),直到我尝试为枚举值添加文档。

当我尝试这样做时,doxygen 运行没有错误,但尝试制作 PDF 导致 MiKTex 在 makeindex 失败,因为通用索引处理器意外停止。如果我让构建在这一点之后继续,它似乎会陷入某种无限循环,因为构建永远不会结束......

我目前如何尝试记录枚举值:

/** @file filename.h
* @brief some description
*/

// Other documented code that builds fine...

/** A type that allows selection of a bar snsr (This builds fine also). */
typedef enum foo {
barA = 0, /**< Bar snsr A (either of these cause the build error). */
barB = 1, /**< Bar snsr B (either of these cause the build error). */
numberOfBars = 2
} foo_t;

构建错误截图: Screenshot of build with error我在 win7 64 位上构建

这似乎是一个问题,因为我将 doxygen 从 1.8.4 升级到 1.8.8

有没有人见过类似的?也许有解决办法?谢谢

最佳答案

这在较新版本的 doxygen 中已解决,特别是我目前使用的 1.8.9.1 没有这个问题。

关于c - 记录枚举值会导致 MikTex 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25530707/

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