我想用doxygen + pas2dox记录我的来源.当我设置所有内容,包括过滤器和提取选项(提取所有内容)时,doxygen运行正常.但生成的文档仅将源文件包含为链接,并且未提取任何类型/方法.过滤后的源看起来很好.
任何提示如何找到错误?
我有一个10000行的单位,我过去曾问过一个问题.
无论如何,现在的问题是我刚从2009年迁移到XE.每次我编译该单元(或构建我的应用程序)时,我都会收到错误:
[DCC错误] 10000linesuni.pas(452):E2029','或':'预期但标识符'dxBarLargeButton17'已找到
解决方法是对pas文件进行虚拟修改(添加'.'并将其删除).现在它将正确编译.
这是一个已知的问题吗?有没有人知道解决方法?
注意:我在Delphi 2009中没有遇到这个问题.
这是你可以看到的代码452没什么特别的,只是表单上的一个组件:
BarManagerBar4: TdxBar;
dxBarLargeButton16: TdxBarLargeButton;
dxBarLargeButton17: TdxBarLargeButton; // This is line 452
dxBarLargeButton18: TdxBarLargeButton;
dxBarLargeButton19: TdxBarLargeButton;
dxBarLargeButton20: TdxBarLargeButton;
Run Code Online (Sandbox Code Playgroud)