Use Markdown
Yes, Doxygen can processing .md
files !!
h2
This is h2
title.
h3
h4
basic function test
bold text
italic text
quote
ordered list test:
-
list 1
-
list 2
-
list 3, nested list test
-
list 1.a
- list 1.b
- list 1.b.i
- list 1.b.8.alpha
- list 1.b.ii
- list 1.b.i
-
list 1.c
-
list 4, nested block test
quote, asdfasdfasdfeeee. Not supported yet. Doxygen treated nested quote blocks as if there were not nested: no indent is added to the left. But common markdown editors, such as typora, correctly render the nested hierarchy and add the indent.
- hello
- unordered list
horizontal division
code block
Student::Student(int name, int address) {
this->name = name;
this->address = address;
this->cls = nullptr;
}
image test
table test
hello | effae | bdef |
---|---|---|
alsekjlf | lklkje | |
lkke | lkjldkjkfe | |
--- | -- | dfe |
html test
If rendered correctly, there is a red block on the some text here
and a yellow block on the right.
some text here
hide sidebars
See official guide: hide sidebars