Move SENF and build specific Doxygen stuff into extra, shared Doxyfile
[senf.git] / site_scons / site_tools / Doxygen.py
index 44a105f..a1975c9 100644 (file)
@@ -196,7 +196,7 @@ class DoxyfileParser:
             parser.parse()
             return
 
-      raise ValueError,"@INCLUDE file not found"
+      raise ValueError,"@INCLUDE file '%s' not found" % value[0]
 
    def _INCLUDE_PATH(self, op, value):
       self._include_path.extend(value)