Move include dependency checks to doc-check
[alexxy/gromacs.git] / doxygen / doxygenxml.py
index b63ad3612caa85dc8bdcc2d211ddb5a2fd391a6b..6a8c21f28aee29be3049ef3fcc2ca99d376617f4 100755 (executable)
@@ -90,7 +90,7 @@ class DocType(object):
     """Documentation visibility in the generated documentation."""
 
     # Mapping to string representations for the internal integer values
-    _names = ['none', 'internal', 'library', 'public']
+    _names = ['undocumented', 'internal', 'library', 'public']
 
     def __init__(self, value):
         """Initialize a DocType instance.