Doxygen Awesome
v2.3.4
Modern Doxygen theme
|
Example class to demonstrate the features of the custom CSS. More...
#include <example.hpp>
Public Member Functions | |
std::string | test (const std::string &test) |
brief summary | |
virtual int | virtualfunc ()=0 |
Static Public Member Functions | |
static bool | staticfunc () |
Example class to demonstrate the features of the custom CSS.
|
static |
std::string MyLibrary::Example::test | ( | const std::string & | test | ) |
brief summary
doxygen test documentation
test | this is the only parameter of this test function. It does nothing! |
These elements have been tested with the custom CSS.
Item | Title | Description | More |
---|---|---|---|
1 | Foo | A placeholder | Some lorem ipsum to make this table wider. |
2 | Bar | Also a placeholder | More lorem ipsum. |
3 | Baz | The third placeholder | More lorem ipsum. |
<center>
html tag:Item | Title | Description | More |
---|---|---|---|
1 | Foo | A placeholder | Some lorem ipsum to make this table wider. |
2 | Bar | Also a placeholder | More lorem ipsum. |
3 | Baz | The third placeholder | More lorem ipsum. |
<div class="full_width_table">
fills the full page width. Item | Title | Description | More |
---|---|---|---|
1 | Foo | A placeholder | Some lorem ipsum to make this table wider. |
2 | Bar | Also a placeholder | More lorem ipsum. |
3 | Baz | The third placeholder | More lorem ipsum. |
Column 1 | Column 2 | Column 3 |
---|---|---|
cell row=1+2,col=1 | cell row=1,col=2 | cell row=1,col=3 |
cell row=2+3,col=2 | cell row=2,col=3 | |
cell row=3,col=1 | cell row=3,col=3 |
first_column | second_column | third_column | fourth_column | fifth_column | sixth_column | seventh_column | eighth_column | ninth_column |
---|---|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
Column 1 | Column 2 |
---|---|
| ← the image should not be inverted in dark-mode |
Graphviz diagrams support dark mode and can be scrolled once they get too wide:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae proin sagittis nisl rhoncus mattis rhoncus urna neque viverra. Velit sed ullamcorper morbi tincidunt ornare.
Lorem ipsum dolor sit amet consectetur adipiscing elit duis. - jothepro
// code within indented code block auto test = std::shared_ptr<Example(5);
Inline code
elements in a text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. This also works within multiline text and does not break the layout
.
code
:
|
pure virtual |
Implemented in MyLibrary::SubclassExample< TemplatedClass >.