gpt4 book ai didi

visual-studio - 与 Visual Studio 匹配的 Doxygen 警告格式

转载 作者:行者123 更新时间:2023-12-01 10:45:33 25 4
gpt4 key购买 nike

我将 doxygen 设置为 Visual Studio 2013 (C++) 中的 PostBuild 事件,以此作为对仍需记录的内容发出警告的一种方式。

有谁知道是否可以更改 doxygen 警告消息的格式

目前doxygen的格式是

D:/project/src/MyFile.h:13: warning: Compound MyClass is not documented.

但是如果格式是:

D:\project\src\MyFile.cpp(63): warning Compound MyClass is not documented.

然后错误将从输出中复制到“错误列表”中,并且双击输出窗口中的错误将直接带我到文档丢失的行

当然我可以编写一个应用程序在后台运行 doxygen 并转换消息(这就是我要做的)但是如果可以通过 doxygen 配置告诉 doxygen 生成 VS 风格的警告那么我更愿意做那个。

e.g.

path(line): message

提前致谢

最佳答案

不好意思回答我自己的问题,好像doxygen配置有如下选项WARN_FORMAT

修改为:

WARN_FORMAT = "$file($line): $text"

允许将错误集成到 visual studio 错误和输出中

关于visual-studio - 与 Visual Studio 匹配的 Doxygen 警告格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26768876/

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