Hi guys, hi Dimitri,

the 1.8.1 update broke some of our internal documentation since the LATEX_SOURCE_CODE option is not supported anymore.

We were using the doxygen .tex files to include them in our project documentation files. To get similar formatted source code, we are using the listings package shipped with latex. Up to 1.8.0 everything worked fine but with 1.8.1 the souce code syntax highlighting is always on and "interferes" with the lstlisting environment.

Is there any way to get unformatted source code snippets in the latex output? (i.e. \begin{DoxyCode} Plain code \end{DoxyCode}?

Carsten