cgal
cgal copied to clipboard
Replace usage of `\htmlonly` with `<div>`
The HTML <div> construct with attributes is supported by doxygen (in HTML, on other places it is ignored) and can theerfore be removed.
- the advantage is that a mismatch of
<div>/</div>is notice (e.g. when they are in differentALIASESand one of the 2 has been forgotten, see also #8560) - the
ALIASES:cgalModifBeginandcgalModifEndare not used (anymore) and are therefore removed
What do you mean with that cgalModifBegin are not used. They do not appear in the master branch but they are useful when proposing changes in the manual. So they are just needed for "development".
Reinstated the"modif" ALIASES.
- what to do with the
\latexonlypart ? - interesting question is are these 2
ALIASESfiltered out when a release is made so they won't accidentally slip into a release?
I think we could give up \latexonly as we have no ambition to create something like pdf. @MaelRL any opinion?
Successfully tested in CGAL-6.1-Ic-50