mirror of https://github.com/CGAL/cgal
When (re)generating the documentation from the sources and not using the, internally patched CGAL, doxygen version one gets messages about: ``` warning: ignoring unsupported tag 'EXTRACT_ALL_NO_DETAILED_IF_EMPTY' ``` By introducing the option `CGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY` this doxygen setting can be steered - option not supplied to cmake, will use as if specified `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=ON` - option supplied to cmake as `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=ON` will write the line `EXTRACT_ALL_NO_DETAILED_IF_EMPTY = YES` in the doxygen configuration - option supplied to cmake as `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=OFF` will write the line `#EXTRACT_ALL_NO_DETAILED_IF_EMPTY = NO` in the doxygen configuration, so just using the default setting of `NO` line could be omitted but it is better to have a placeholder |
||
|---|---|---|
| .. | ||
| BaseDoxyfile.in | ||
| CGAL_mathjax.js | ||
| DoxygenLayout.xml | ||
| DoxygenLayoutPackage.xml | ||
| cgal_stylesheet.css | ||
| footer.html | ||
| ftv2cl.png | ||
| ftv2cpt.png | ||
| ftv2ns.png | ||
| hacks.js | ||
| header.html | ||
| header_package.html | ||
| menu_version.js | ||
| stylesheet.css | ||