mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 03:35:38 +00:00
Add some of the .txt files in /doc subdir to doxygen documentation
This commit is contained in:
parent
28dd0813ab
commit
d75ece2505
4
doc/doxygen/contrib.h
Normal file
4
doc/doxygen/contrib.h
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @page contrib How to contribute to lwIP
|
||||
* @verbinclude "contrib.txt"
|
||||
*/
|
@ -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
|
||||
INPUT = ../../src main_page.h rawapi.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
|
||||
@ -875,7 +875,7 @@ EXCLUDE_SYMBOLS =
|
||||
# that contain example code fragments that are included (see the \include
|
||||
# command).
|
||||
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATH = ../
|
||||
|
||||
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
|
||||
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
|
||||
|
4
doc/doxygen/ppp.h
Normal file
4
doc/doxygen/ppp.h
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @page ppp PPP
|
||||
* @verbinclude "ppp.txt"
|
||||
*/
|
4
doc/doxygen/rawapi.h
Normal file
4
doc/doxygen/rawapi.h
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @page rawapi RAW API
|
||||
* @verbinclude "rawapi.txt"
|
||||
*/
|
4
doc/doxygen/sys_arch.h
Normal file
4
doc/doxygen/sys_arch.h
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @page sys Porting (sys abstraction layer)
|
||||
* @verbinclude "sys_arch.txt"
|
||||
*/
|
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
* raw API (to be used from TCPIP thread)
|
||||
* raw API (to be used from TCPIP thread)\n
|
||||
* See also @ref rawapi
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
* TCP API (to be used from TCPIP thread)
|
||||
* TCP API (to be used from TCPIP thread)\n
|
||||
* See also @ref rawapi
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
* UDP API (to be used from TCPIP thread)
|
||||
* UDP API (to be used from TCPIP thread)\n
|
||||
* See also @ref rawapi
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user