cgal icon indicating copy to clipboard operation
cgal copied to clipboard

Replace usage of `\htmlonly` with `<div>`

Open albert-github opened this issue 1 year ago • 4 comments

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 different ALIASES and one of the 2 has been forgotten, see also #8560)
  • the ALIASES: cgalModifBegin and cgalModifEnd are not used (anymore) and are therefore removed

albert-github avatar Oct 20 '24 11:10 albert-github

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".

afabri avatar Oct 20 '24 15:10 afabri

Reinstated the"modif" ALIASES.

  • what to do with the \latexonly part ?
  • interesting question is are these 2 ALIASES filtered out when a release is made so they won't accidentally slip into a release?

albert-github avatar Oct 20 '24 16:10 albert-github

I think we could give up \latexonly as we have no ambition to create something like pdf. @MaelRL any opinion?

afabri avatar Dec 03 '24 13:12 afabri

Successfully tested in CGAL-6.1-Ic-50

sloriot avatar Dec 27 '24 09:12 sloriot