Make doc-check pass again without warnings
[alexxy/gromacs.git] / doxygen / gmxtree.py
index e196da3d65a62b90598ac54a2bd5a2c5833dddb8..20773165362f31cdba409d345c720fd1192c49ee 100644 (file)
@@ -681,7 +681,8 @@ class GromacsTree(object):
 
     def find_include_file(self, includedpath):
         """Find a file object corresponding to an include path."""
-        for testdir in ('src', 'src/gromacs/legacyheaders', 'src/external/thread_mpi/include'):
+        for testdir in ('src', 'src/gromacs/legacyheaders', 'src/external/thread_mpi/include',
+                'src/external/tng_io/include'):
             testpath = os.path.join(testdir, includedpath)
             if testpath in self._files:
                 return self._files[testpath]