From 67b8dc24436d014e4a577c861a8fa6a0307156a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 28 Sep 2019 23:01:12 +0200 Subject: [PATCH] Doxygen fix --- output-renderers/latex-renderer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output-renderers/latex-renderer.c b/output-renderers/latex-renderer.c index fe3c5e2..19c7477 100644 --- a/output-renderers/latex-renderer.c +++ b/output-renderers/latex-renderer.c @@ -35,7 +35,7 @@ /** * @brief Struct representing the LaTeX-Renderer object. * - * This struct holds the LaTeX renderer internal data. It is only used inside the @ref LatexRenderer class. + * This struct holds the LaTeX renderer internal data. It is only used inside the @ref LaTeX-Renderer class. */ struct _LatexRenderer { GdsOutputRenderer parent;