mirror of https://github.com/CGAL/cgal
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:
parent
6af09cda39
commit
ecf3cf77b0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue