Browse Source

vlib: describe LEVEL_3 (dox)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55478 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
61176fb766
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/vect/dig_defines.h

+ 2 - 2
include/vect/dig_defines.h

@@ -107,9 +107,9 @@
 
 /*! \brief Vector level - without topology */
 #define LEVEL_1  1
-/*! \brief Vector level - with topology */
+/*! \brief Vector level - with 2D topology */
 #define LEVEL_2  2
-/*! \brief Vector level - ? */
+/*! \brief Vector level - with 3D topology (not implemented yet) */
 #define LEVEL_3  3
 
 /*! \brief Topology levels - nothing to build */