Re: [Doxygen-users] Another problem with "Missing } inserted. \end{DoxyParams}"
Brought to you by:
dimitri
|
From: Clemens F. <c....@os...> - 2019-03-04 09:22:54
|
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 <di...@gm...
> <mailto:di...@gm...>> 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
|