Breathe¶
Breathe is an extension for Sphinx that reads Doxygen XML, which is generated from source code comments, and makes it possible to use the contents of the XML inside regular RST files.
As an example the API documentation of file derived.hpp
can be seen below.
Enums
Functions
-
std::string
class_types_to_string
(class_type t)¶ Convert class_type to a string representation.
- Return
The string variant.
- Parameters
t
: The type to translate.
-
struct
range
¶ - #include <derived.hpp>
struct containing a min and a max.
-
class
derived
: public base¶ - #include <derived.hpp>
Class that derives from an abstract base.