blob: 4d50cbc1f31459c3602eb1a730cf786180a9c1f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
.. _development-doxygen:
C++ Objects & Functions
=======================
We generate the documentation of C++ objects and functions *from our C++ source code* by adding :ref:`Doxygen strings <developers-docs>`.
Our Doxygen C++ API documentation in classic formatting `is located here <../_static/doxyhtml/index.html>`_.
|