JSON Parser : Documentation migration

This commit migrates the JSON overview documentation that
was recently added from Markdown to Doxygen.
This commit is contained in:
Andrew Lindesay
2017-05-26 21:05:14 +12:00
parent ec6735b596
commit f943fa465c
5 changed files with 223 additions and 110 deletions
+4
View File
@@ -61,6 +61,7 @@
- \ref drivers
- \ref keyboard
- \ref json
*/
///// Define main kits /////
@@ -610,4 +611,7 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
/*!
\defgroup drivers Device Drivers
\defgroup json Json Handling
\brief Provides for parsing and writing of data in Json encoding.
*/