diff --git a/include/rapidjson/rapidjson.h b/include/rapidjson/rapidjson.h index bd500bc..b6cb2f4 100644 --- a/include/rapidjson/rapidjson.h +++ b/include/rapidjson/rapidjson.h @@ -10,6 +10,10 @@ \todo Complete Doxygen documentation for configure macros. */ +/*! \mainpage + Documentation can be found in \ref readme.md README. +*/ + #include // malloc(), realloc(), free() #include // memcpy() diff --git a/readme.md b/readme.md index 98a51eb..1741d91 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# RapidJSON {#mainpage} +# RapidJSON Copyright (c) 2011-2014 Milo Yip (miloyip@gmail.com)