gpt4 book ai didi

delphi - 用于Delphi的CODE文档创建工具

转载 作者:行者123 更新时间:2023-12-03 19:44:38 24 4
gpt4 key购买 nike

Possible Duplicate:
Code documentation for delphi similar to javadoc or c# xml doc




我想开始记录一个非常大的Delphi应用程序,该应用程序目前没有任何文档。我的同事建议使用javadoc类型的文档样式,因为我们随后可以运行一个自动化程序来创建可搜索且外观漂亮的文档。

(* Description of the function            
@param S some string
@param Index the index of string s
@retval TRUE condition where it is true
@retval FALSE otherwise.
@see IndexOf
@see Sort
@see Sorted
*)
bool Stringlist::Find(const char *S, int &Index)
{
[...]
}


这是我为项目完成有意义的文档的最佳方法吗?如果是这样,有什么好的程序可以处理这些类型的注释。到目前为止,我已经向我推荐了 Doc-O-Matic

如果可以使用的话,该程序非常古老,它从1993年左右就一直在不断开发,经过许多不同的作者,许多不同的样式,IDE,标准等等。

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