Fully qualify the header filenames for doxygen.
[shibboleth/xmltooling.git] / xmltooling / io / AbstractXMLObjectMarshaller.h
index a6f7d4c..9481deb 100644 (file)
  */
 
 /**
- * @file AbstractXMLObjectMarshaller.h
+ * @file xmltooling/io/AbstractXMLObjectMarshaller.h
  * 
  * A mix-in to implement object marshalling with DOM reuse.
  */
 
-#if !defined(__xmltooling_xmlmarshaller_h__)
+#ifndef __xmltooling_xmlmarshaller_h__
 #define __xmltooling_xmlmarshaller_h__
 
 #include <xmltooling/AbstractDOMCachingXMLObject.h>