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 |
||
|---|---|---|
| .. | ||
| 1.8.4 | ||
| 1.8.13 | ||
| 1.8.14 | ||