Doxygen: fixup main page
To avoid the {#mainpage} tag to be rendered on GitHub, explicitly add a `\mainpage` section to `rapidjson.h`, referring to `readme.md`.
This commit is contained in:
parent
b197be2f30
commit
a213d2d881
@ -10,6 +10,10 @@
|
||||
\todo Complete Doxygen documentation for configure macros.
|
||||
*/
|
||||
|
||||
/*! \mainpage
|
||||
Documentation can be found in \ref readme.md README.
|
||||
*/
|
||||
|
||||
#include <cstdlib> // malloc(), realloc(), free()
|
||||
#include <cstring> // memcpy()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user