doxygen 1.10.0 problems
In a local conda env with doxygen 1.10.0 I get the following warnings, treated as erros, from building or testing doxygen:
make[2]: Entering directory '/home/dkeitel/git/lvc/lalsuite/conda-lalsuite-dev/lal/doxygen'
GEN doxygen-input-sources
GEN autogen.dox
GEN html-local
/home/dkeitel/git/lvc/lalsuite/conda-lalsuite-dev/lal/python/lal/__init__.py:1: warning: invalid argument for command '\iline'
/home/dkeitel/git/lvc/lalsuite/conda-lalsuite-dev/lal/lib/fft/RealFFT.c:51: warning: Unexpected subsubsection command found inside section!
make[2]: *** [Makefile:1038: html-local] Error 1
make[2]: Leaving directory '/home/dkeitel/git/lvc/lalsuite/conda-lalsuite-dev/lal/doxygen'
make[1]: *** [Makefile:651: html-recursive] Error 1
make[1]: Leaving directory '/home/dkeitel/git/lvc/lalsuite/conda-lalsuite-dev/lal'
make: *** [Makefile:434: html-recursive] Error 1
I'll put an MR for the "subsection" imminently; for the other "iline" issue I have no immediate idea what it's talking about.