====== Documenting Code with Doxygen ====== * [[http://www.stack.nl/~dimitri/doxygen/|Doxygen]] -- Project Homepage ===== Dokumentation ===== * [[http://www.stack.nl/~dimitri/doxygen/manual/index.html|Doxygen Manual]] * [[http://www.stack.nl/~dimitri/doxygen/manual/commands.html|Command Reference]] ==== Tutorials ==== * [[https://www.cs.cmu.edu/~410/doc/doxygen.html|Coding Style and Doxygen Documentation]] * [[http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CodingStyle.html#DOXYGEN|dOxygen and C++ Automated Documentation Generation]] ==== Frequentla Asked Questions (FAQ) ==== * [[https://stackoverflow.com/questions/9502426/how-to-make-an-introduction-page-with-doxygen|How to make an introduction page with Doxygen]] * [[https://stackoverflow.com/questions/13368350/use-the-readme-md-file-as-main-page-in-doxygen/13442157|Use the README.md file as main page in Doxygen]] ===== IDE-Integration ===== * [[https://anb0s.github.io/eclox/|eclox]] -- A simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into eclipse.