Hi,

I updated my version of doxygen to fix the problem that "make pdf" did not
work properly on the Windows platform. But now previous input that produced
the right latex output breaks both the latex and HTML output! For instance,
the following code worked in a earlier version:

/// \mainpage My Main Page
/// \section first_sec First Section
/// - item 1
/// - item 2
/// - item 3
/// .
/// \latexonly
\begin{DoxyImageNoCaption}
\mbox{\includegraphics{"Block Diagram"}}
\end{DoxyImageNoCaption}
\endlatexonly


(note that I couldn't use "/// \endlatexonly", which seems to make more
sense, because it stuck "///" into the output).

But with 1.8.2, the HTML output looks like :

My Main Page

@section first_sec First Section

- item 1

- item 2

- item 3

.

@latexonly

{DoxyImageNoCaption} {{"Block Diagram"}} {DoxyImageNoCaption}

 The output in the tek file is also messed up.

What happened? I need to use \latexonly because the \image command does not
support PDF format input in PDFLATEX mode, even though Latex does.

Help!!

- Andy
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to