[modules documentation] Add a doc node to module

modules developpers can provide
- a description of the module
- a list of the configuration variables and flags (configure and define)
- a list of sections to add to the airframe file
This commit is contained in:
Gautier Hattenberger
2012-04-24 09:29:12 +02:00
parent b064e2e48e
commit bcaba7c720
99 changed files with 399 additions and 4 deletions
+4
View File
@@ -1,6 +1,10 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="atmega_i2c_cam_ctrl" dir="digital_cam">
<doc>
<description></description>
</doc>
<header>
<file name="atmega_i2c_cam_ctrl.h"/>
</header>