From 448de30b91e365e44f976cb9c7b176f0b24c1367 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 654a2fb..7ec8113 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;