From 263371dc4e217ab38ee30fcb210e3c342c6c60ec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jun 2022 14:53:20 +1000 Subject: Cleanup: spelling in comments, additional white space --- .../io/stl/importer/stl_import_ascii_reader.hh | 25 ++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'source/blender/io/stl/importer/stl_import_ascii_reader.hh') diff --git a/source/blender/io/stl/importer/stl_import_ascii_reader.hh b/source/blender/io/stl/importer/stl_import_ascii_reader.hh index b0216d98496..e8aed911bf1 100644 --- a/source/blender/io/stl/importer/stl_import_ascii_reader.hh +++ b/source/blender/io/stl/importer/stl_import_ascii_reader.hh @@ -12,17 +12,20 @@ #include "stl_import.hh" -/* ASCII STL spec.: - * solid name - * facet normal ni nj nk - * outer loop - * vertex v1x v1y v1z - * vertex v2x v2y v2z - * vertex v3x v3y v3z - * endloop - * endfacet - * ... - * endsolid name +/** + * ASCII STL spec: + *
+ * solid name
+ *   facet normal ni nj nk
+ *     outer loop
+ *       vertex v1x v1y v1z
+ *       vertex v2x v2y v2z
+ *       vertex v3x v3y v3z
+ *     endloop
+ *   endfacet
+ *   ...
+ * endsolid name
+ * 
*/ namespace blender::io::stl { -- cgit v1.2.3