Files
paparazzi/doc/manual/mainpage.dox
T
Felix Ruess cb6facbb75 [conf][doc] prepare for autogeneration of module docs
move defines where the values need escaping to the raw makefile section
this specific escape code doesn't work with all parsers...
2012-12-15 21:22:01 +01:00

32 lines
900 B
Plaintext

/** @mainpage Paparazzi Developer's Guide
Welcome to the Paparazzi Developer's Guide -- the developer's resource for
learning about the internal architecture of the Paparazzi project. @par
Developers that want to contribute to Paparazzi should read the following
sections before starting work:
- The @subpage styleguide provides rules that developers should
follow when writing new code for Paparazzi.
@ref primer provide introductory materials for new developers on various
specific topics.
The @ref onboard_modules page list all available modules.
*/
/** @page primer Paparazzi Technical Primers
This pages lists Technical Primers available for Paparazzi Developers.
They seek to provide information to pull novices up the learning curves
associated with the fundamental technologies used by Paparazzi.
- TODO
Contributions or suggestions for new Technical Primers are welcome.
*/