From 16fdbb799caf5e8e37bca0ddfe608725b8f165b4 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 9 Sep 2015 10:56:42 +0200 Subject: [PATCH] gmio_stl: fix Doxygen warnings about invalid HTML tag --- src/gmio_stl/stl_io_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gmio_stl/stl_io_options.h b/src/gmio_stl/stl_io_options.h index 223f77c..370a535 100644 --- a/src/gmio_stl/stl_io_options.h +++ b/src/gmio_stl/stl_io_options.h @@ -32,14 +32,14 @@ struct gmio_stl_write_options * triangles * * If set to \c GMIO_TRUE then : - * \li for STL ASCII format, "solid " and + * \li for STL ASCII format, "solid [name]" and * "endsolid" will no be written to output stream * \li for STL binary format, the 80 bytes header followed by the mesh * facet count (4bytes) will no be written to output stream */ gmio_bool_t stl_write_triangles_only; - /*! Name of the solid to appear in solid facet normal ... + /*! Name of the solid to appear in solid [name] facet normal ... * * Option useful only with STL ascii format (GMIO_STL_FORMAT_ASCII). *