gmio_stl: fix Doxygen warnings about invalid <name> HTML tag

This commit is contained in:
Hugues Delorme 2015-09-09 10:56:42 +02:00
parent 409e590f28
commit 16fdbb799c

View File

@ -32,14 +32,14 @@ struct gmio_stl_write_options
* triangles * triangles
* *
* If set to \c GMIO_TRUE then : * If set to \c GMIO_TRUE then :
* \li for STL ASCII format, <tt>"solid <name>"</tt> and * \li for STL ASCII format, <tt>"solid [name]"</tt> and
* <tt>"endsolid"</tt> will no be written to output stream * <tt>"endsolid"</tt> will no be written to output stream
* \li for STL binary format, the 80 bytes header followed by the mesh * \li for STL binary format, the 80 bytes header followed by the mesh
* facet count (4bytes) will no be written to output stream * facet count (4bytes) will no be written to output stream
*/ */
gmio_bool_t stl_write_triangles_only; gmio_bool_t stl_write_triangles_only;
/*! Name of the solid to appear in <tt>solid <name> facet normal ...</tt> /*! Name of the solid to appear in <tt>solid [name] facet normal ...</tt>
* *
* Option useful only with STL ascii format (GMIO_STL_FORMAT_ASCII). * Option useful only with STL ascii format (GMIO_STL_FORMAT_ASCII).
* *