We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
不是“标准”,但我使用了一个名为“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.
正如 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.