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). *