diff --git a/src/geom/marching-cubes.hpp b/src/geom/marching-cubes.hpp index 8ec2a53..46a216d 100644 --- a/src/geom/marching-cubes.hpp +++ b/src/geom/marching-cubes.hpp @@ -24,7 +24,7 @@ namespace geom { -/// Functions and constants related to the marching cubes (MC) algorithm. +/// Marching cubes (MC) algorithm functions and constants. namespace mc { /** diff --git a/src/geom/morton.hpp b/src/geom/morton.hpp index f76fd29..afbcae6 100644 --- a/src/geom/morton.hpp +++ b/src/geom/morton.hpp @@ -25,7 +25,7 @@ namespace geom { -/// Functions which encode or decode Morton location codes. +/// Morton location code encoding and decoding functions. namespace morton { /// Encodes 2D coordinates as a 32-bit Morton location code.