Doxygen fix

This commit is contained in:
Mario Hüttel 2019-09-28 23:01:12 +02:00
parent 6eaf86dc1c
commit 67b8dc2443
1 changed files with 1 additions and 1 deletions

View File

@ -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;