Re: [Doxygen-develop] Problems generating LaTeX output with Doxygen v1.5.6
Brought to you by:
dimitri
From: Dimitri V. H. <do...@gm...> - 2008-09-05 17:12:09
|
Hi Marc, There were some issues with handling pages in the LaTeX output (in particular the use of @subpage inside @mainpage) with version 1.5.6. These should be resolved in the latest snapshot found in subversion. So please try that if possible and let me know if you still see problems. Regards, Dimitri On 5 sep 2008, at 08:14, <Mar...@co...> <Mar...@co...> wrote: > Hi, > > I will try to explain my problem more detailed. Firstly, to avoid > misunderstandings I have to clarify a few things: > > -> LaTeX processing (the generation of the pdf file out of the LaTeX > sources) does NOT show errors, so the LaTeX Syntax is correct. > -> CHM generation works without (semantic and syntactic) problems. > -> Some informtaion is just missing in the LaTeX output, that means: > - On the one side we have the C/C++ header files, they > contain the doxygen comments > - On the other side we have some (external) files, they are > included to the doxygen generation via the INPUT tag. > - Those files contain also doxygen commands, here is a small > example for such a file: > > > /** > @page my_id Detailed Interface Specification > > Here is a list of the modules which are relevant for the > Interface: > <ul> > <li>Module (@ref ID_OF_MODULE)</li> > </ul> > */ > > When we generated the documentation with doxygen 1.5.5, both > the chm and pdf generation worked without problems, but since we are > using the new version 1.5.6, the chm generation still works, but the > pdf generation fails. Those external files are not included in the > LaTeX sources (so doxygen somehow overlooks them I guess)... > > > Thanks, > > Marc > > > > -----Original Message----- > From: Jan Ruzicka [mailto:jan...@co...] > Sent: Wednesday, September 03, 2008 4:32 PM > To: Kurz Marc (CNAT SWL SEG) > Subject: Re: [Doxygen-develop] Problems generating LaTeX output with > Doxygen v1.5.6 > > Hi Marc > > Can you be more specific about the issue with LaTeX? > From your description I'm not sure what do you consider a problem. > Is LaTeX output missing some information present in HTML version? > Is LaTeX processing showing some error messages? > Please send the clarification to list as I may not be able to help > you, but it sounds as interesting problem. > I'm sending this e-mail to you as I don't want to pollute the list. > > Thanks > Jan > > On 2008/09/03 06:34AM, "Mar...@co..." <Mar...@co...> > wrote: > > > Dear Doxygen Users and Developers, > > > > We are using Doxygen for generating html (chm) and latex (pdf) > > documentation out of our C/C++ source Code. > > Along with the header files that contain the doxygen-comments, some > > additional *.html files are included in the process of generating > doxygen documentation. > > Those extra-html files contain things like Introduction, Examples of > > Use, Revision History, etc.. They contain doxygen commands like e.g. > > (and are of course doxygen-conform): > > * @mainpage > > * @section > > * @subpage > > * ... > > > > The generated doxygen html- and latex-output is processed by a > > self-written perl script to meet our standards in form and content. > > > > Generating the html (chm) output works very fine, no problems > occur at all. > > However, since we are using the new version 1.5.6 of doxygen, those > > extra *.html files are ignored by the doxygen process when > generating > > latex output (html still works without problems). > > > > Is this a possible bug in the new version, or are we just > overlooking > > something? > > > > Thanks in advance, > > Best Regards, > > Marc > > |