On Mon, 4 Mar 2019 at 09:24, Clemens Feige <c.fe...@osypkamed.com> wrote:
> Tim Rowe wrote on 04.03.2019 at 00:03: > > Sorry, the nabble page seems to have eaten a bit of the source code. The > > source code I tried to quote was: > > > > ///// <summary> > > ///// Invoked when the application is launched normally by the > > end user. Other entry points > > ///// will be used such as when the application is launched to > > open a specific file. > > ///// </summary> > > ///// <param name="e">Details about the launch request and > > process.</param> > > > > On Sun, 3 Mar 2019 at 22:43, digitig <digi...@gmail.com > > <mailto:digi...@gmail.com>> wrote: > > > > I see a lot of people get this error, but it always seems to be down > to > > unusual characters in the doc comments. I'm getting it on a /lot/ of > the > > generated laTeX files with no sign of unusual characters. For > > instance, I'm > > getting it at the beginning of the last line of: > > > > \begin{DoxyParams}{Parameters} > > {\em e} & Details about the launch request and process.\\ > > \hline > > \end{DoxyParams} > > > > Generated by this doc comment in the C# source file > > > > /// <summary> > > /// Invoked when the application is launched normally by > > the end > > user. Other entry points > > /// will be used such as when the application is launched > > to open a > > specific file. > > /// </summary> > > /// Details about the launch request and process. > > > > (That comment was, in turn, generated automatically by Visual Studio > > when I > > created the project.) > > > > The version of laTeX I am using is MiKTeX-pdfTeX 2.9.6959 (1.40.20) > > (MiKTeX > > 2.9.6960 64-bit), and the version of DOxygen is 1.8.15, on Windows > 10. > > > > How do I resolve this - here and everywhere else? Thanks. > > > > Hello Tim > > I do not use Doxygen with Latex, so I cannot help. > > But this recent message on the mailing list might be related: > > [Doxygen-users] Issue with Doxygen and LaTex pdf generation when using > grouping and params > From: Joonas Greis <joonas.greis@ka...> - 2019-02-20 07:21:22 > https://sourceforge.net/p/doxygen/mailman/message/36591989/ > > There is also StackOverFlow question about this in > > https://stackoverflow.com/questions/54780072/doxygen-latex-cannot-create-pdf-when-using-param-tags > > > Someone believes that this issue might be caused by a problem with the > LaTeX tabu package... > > Clemens > > > _______________________________________________ > Doxygen-users mailing list > Doxygen-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/doxygen-users > Thanks. I'm not using grouping, so the first link doesn't apply. I'm using the latest version of MikTex, which is supposed to include the tabu patch, so that just leaves hacking the doxygen.sty file each time it's created. Unfortunately, applying the change proposed (replacing \begin{longtabu*} with \begin{longtable}{|c|c|c|c|}, and presumably \end{longtabu*} with \end{longtable}, just changes the error to: ! Misplaced \omit. \multispan ->\omit \@multispan That seems to be because the content isn't separated correctly ( https://tex.stackexchange.com/questions/149819/misplaced-omit-multispan-omit-multispan), or maybe the number of columns is wrong. I'm not really enough of a laTeX power user to debug .sty files, so should I take it that Doxygen can't reliably produce laTeX documentation until this is fixed? -- Tim Rowe
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users