Fortran 函数、模块和子例程的自动文档

发布于 2025-01-08 00:09:34 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遗忘曾经 2025-01-15 00:09:34

不是“标准”,但我使用了一个名为“robodoc”的程序,它能够与 Fortran 一起使用。

现在我相信 Doxygen 也支持 Fortran,恕我直言,这是一个比 robodoc 更好的工具。

Not "standard", but I've used a program called "robodoc" that is able to work with Fortran.

Nowadays I believe Doxygen supports Fortran as well, which IMHO is a better tool than robodoc.

尝蛊 2025-01-15 00:09:34

正如 janneb 提到的,“robodoc”干净、简单,因此很有用。但它不会分析你的程序,你必须自己做所有事情。另一方面,Doxygen 融入了现代 Fortran 功能(派生数据类型、类型绑定过程……),就像 C++ 一样,您可以对程序进行分析以及图形等。

As janneb mentioned "robodoc" is clean, easy and hence useful. But you it will not analyze your program and you have to do everything yourself. On the other hand, Doxygen have incorporated the modern Fortran features(derived data types, type bound procedures, ... ) and just like C++ you can get an analysis of your program along with graphs etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文