xml supports documentation inside code in include

Now, we have support to look in the source files in the include
directory of a package for possible doxygen documentation.
This commit is contained in:
Panagiotis Cheilaris 2013-05-29 19:27:28 +02:00
parent 6af09cda39
commit ecf3cf77b0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ xmlstring = \
<!-- PRETTY PACKAGE NAME should be the same as the one used in description -->
<name>PRETTY PACKAGE NAME</name>
<input>../PACKAGENAME/doc/PACKAGENAME</input>
<input>../PACKAGENAME/include</input>
<doxygen>
<string name="STRIP_FROM_PATH">../PACKAGENAME/doc/PACKAGENAME</string>
<string name="STRIP_FROM_INC_PATH">../PACKAGENAME/doc/PACKAGENAME/</string>