Some more RAW API documentation updates

Improve structure of documentation: PPP is now a module, too
This commit is contained in:
Dirk Ziegelmeier
2016-07-26 13:53:59 +02:00
parent 10acd8303d
commit 59295be4ef
9 changed files with 36 additions and 23 deletions

View File

@@ -781,7 +781,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ../../src main_page.h rawapi.h ppp.h contrib.h sys_arch.h
INPUT = ../../src main_page.h ppp.h contrib.h sys_arch.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

View File

@@ -1,4 +1,4 @@
/**
* @page ppp PPP
* @defgroup ppp PPP
* @verbinclude "ppp.txt"
*/

View File

@@ -1,4 +0,0 @@
/**
* @page rawapi RAW API
* @verbinclude "rawapi.txt"
*/