oregonjilo.blogg.se

Doxygen fortran example
Doxygen fortran example






doxygen fortran example
  1. DOXYGEN FORTRAN EXAMPLE GENERATOR
  2. DOXYGEN FORTRAN EXAMPLE ARCHIVE
  3. DOXYGEN FORTRAN EXAMPLE PORTABLE

^ "Doxygen Manual: Graphs and diagrams".Doxygen is a system for generating documentation from source code (API specifications, class diagrams, caller and callee graphs, etc.) that utilizes special comments."doxypypy: A Doxygen filter for Python" – via PyPI. ^ "Automatic Python API documentation generation tools".^ a b "Doxygen Manual: Getting started".^ "Doxygen::Filter::Perl - A perl code pre-filter for Doxygen - "."Get With the Program: DIY tips for adding coding to your analysis arsenal". ^ "Doxygen Manual: Frequently Asked Questions".

DOXYGEN FORTRAN EXAMPLE ARCHIVE

, From: Dimitri van Heesch, Date: Sun,, Qt-interest Archive ^ ANNOUNCE: doxygen 0.1 Archived October 4, 2011, at the Wayback Machine, Announcing: the first release of Doxygen, a C++ documentation system.*/ class Time Īn alternative approach for documenting parameters is shown below. See the GNU * General Public License for more details at * * * DESCRIPTION * * The time class represents a moment of time. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ** * * John Doe * 1.0 * * LICENSE * * This program is free software you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation either version 2 of * the License, or (at your option) any later version. The generic syntax of documentation comments is to start a comment with an extra asterisk after the leading comment delimiter '/*': For more advanced diagrams and graphs, Doxygen can use the "dot" tool from Graphviz. Later, the Doxygen code was rewritten by Dimitri van Heesch.ĭoxygen has built-in support to generate inheritance diagrams for C++ classes. The first version of Doxygen borrowed code from an early version of DOC++, developed by Roland Wunderling and Malte Zöckler at Zuse Institute Berlin. Other languages can be supported with additional code.ĭoxygen runs on most Unix-like systems, macOS, and Windows. Programming languages supported by Doxygen include C, C++, C#, D, Fortran, IDL, Java, Objective-C, Perl, PHP, Python, and VHDL.

DOXYGEN FORTRAN EXAMPLE PORTABLE

In addition to the Javadoc syntax, Doxygen supports the documentation tags used in the Qt toolkit and can generate output in HyperText Markup Language ( HTML) as well as in Microsoft Compiled HTML Help (CHM), Rich Text Format (RTF), Portable Document Format (PDF), LaTeX, PostScript or man pages. Like Javadoc, Doxygen extracts documentation from source file comments. Doxygen can cross reference documentation and code, so that the reader of a document can easily refer to the actual code.ĭoxygen is free software, released under the terms of the GNU General Public License version 2 (GPLv2). When used for analysis, Doxygen uses its parse tree to generate diagrams and charts of the code structure. When used as a documentation generator, Doxygen extracts information from specially-formatted comments within the code.

DOXYGEN FORTRAN EXAMPLE GENERATOR

Doxygen ( / ˈ d ɒ k s i dʒ ən/ DOK-see-jən) is a documentation generator and static analysis tool for software source trees.








Doxygen fortran example