[doc] added base doxygen file for apps and cpu directory to doc/
This commit is contained in:
parent
cbca2d6604
commit
ee80be83d9
|
@ -1,4 +1,4 @@
|
|||
basedirs := core cpu platform
|
||||
basedirs := core cpu platform apps
|
||||
manuals := $(shell find ./ -name "*.txt")
|
||||
filetypes := -iwholename "*/doc/*.txt"
|
||||
empty :=
|
||||
|
|
13
doc/apps.txt
Normal file
13
doc/apps.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* \defgroup apps Applications
|
||||
*
|
||||
* Contiki provides a set of apps that provide functionalities such as a
|
||||
* web server.
|
||||
*
|
||||
* To include an App in your software project specify in you makefile
|
||||
@code
|
||||
APPS = list of apps
|
||||
@endcode
|
||||
*
|
||||
* @{ */
|
||||
/** @} */
|
51
doc/cpu.txt
Normal file
51
doc/cpu.txt
Normal file
|
@ -0,0 +1,51 @@
|
|||
/**
|
||||
\defgroup cpu Contiki CPUs
|
||||
@{
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup avr AVR
|
||||
* \addtogroup cpu
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* \addtogroup avr
|
||||
* \defgroup wireless Wireless
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* \defgroup arm ARM
|
||||
* \addtogroup cpu
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* \defgroup stm32w-cpu STM32W108
|
||||
* \addtogroup cpu
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* \defgroup ccxxx CCxxx
|
||||
* \addtogroup cpu
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* \defgroup native Native
|
||||
* \addtogroup cpu
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* \defgroup x86 x86
|
||||
* \addtogroup cpu
|
||||
* @{ */
|
||||
/** @} */
|
||||
|
||||
|
||||
/** 6502 arm avr cc2430 cc2538 cc253x mc1322x msp430 native pic32 stm32w108 x86 z80 */
|
||||
|
||||
/** @} */
|
Loading…
Reference in a new issue