Fully qualify the header filenames for doxygen.
authorScott Cantor <cantor.2@osu.edu>
Thu, 26 Apr 2007 21:42:27 +0000 (21:42 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 26 Apr 2007 21:42:27 +0000 (21:42 +0000)
28 files changed:
xmltooling/AbstractAttributeExtensibleXMLObject.h
xmltooling/AbstractDOMCachingXMLObject.h
xmltooling/AbstractXMLObject.h
xmltooling/Lockable.h
xmltooling/Namespace.h
xmltooling/QName.h
xmltooling/XMLObject.h
xmltooling/XMLObjectBuilder.h
xmltooling/XMLToolingConfig.h
xmltooling/base.h
xmltooling/encryption/EncryptedKeyResolver.h
xmltooling/exceptions.h
xmltooling/io/AbstractXMLObjectMarshaller.h
xmltooling/io/AbstractXMLObjectUnmarshaller.h
xmltooling/security/OpenSSLCryptoX509CRL.h
xmltooling/signature/ContentReference.h
xmltooling/signature/Signature.h
xmltooling/signature/SignatureValidator.h
xmltooling/unicode.h
xmltooling/util/NDC.h
xmltooling/util/ParserPool.h
xmltooling/util/Threads.h
xmltooling/util/XMLConstants.h
xmltooling/util/XMLHelper.h
xmltooling/util/XMLObjectChildrenList.h
xmltooling/validation/Validator.h
xmltooling/validation/ValidatorSuite.h
xmltooling/version.h

index dc3a36c..49372ce 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file AbstractAttributeExtensibleXMLObject.h
+ * @file xmltooling/AbstractAttributeExtensibleXMLObject.h
  * 
  * AbstractXMLObject mixin that implements AttributeExtensibleXMLObject
  */
index 9bb7cca..125ef79 100644 (file)
  */
 
 /**
- * @file AbstractDOMCachingXMLObject.h
+ * @file xmltooling/AbstractDOMCachingXMLObject.h
  * 
  * AbstractXMLObject mixin that implements DOM caching
  */
 
-#if !defined(__xmltooling_abstractdomxmlobj_h__)
+#ifndef __xmltooling_abstractdomxmlobj_h__
 #define __xmltooling_abstractdomxmlobj_h__
 
 #include <xmltooling/AbstractXMLObject.h>
index 1095988..80b2971 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file AbstractXMLObject.h
+ * @file xmltooling/AbstractXMLObject.h
  * 
  * An abstract implementation of XMLObject.
  */
index cb63353..629c046 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Lockable.h
+ * @file xmltooling/Lockable.h
  * 
  * Locking abstraction 
  */
index 9a1b55a..7b02c1a 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Namespace.h
+ * @file xmltooling/Namespace.h
  * 
  * Representing XML namespace attributes 
  */
index bb672f1..c0e5b95 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file QName.h
+ * @file xmltooling/QName.h
  * 
  * Representing XML QNames 
  */
index b311cb5..176a973 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file XMLObject.h
+ * @file xmltooling/XMLObject.h
  * 
  * Abstract interface to objects that can be manipulated in and out of XML form. 
  */
index b096920..bc16bbc 100644 (file)
  */
 
 /**
- * @file XMLObjectBuilder.h
+ * @file xmltooling/XMLObjectBuilder.h
  * 
  * Factory interface for XMLObjects 
  */
 
-#if !defined(__xmltooling_xmlobjbuilder_h__)
+#ifndef __xmltooling_xmlobjbuilder_h__
 #define __xmltooling_xmlobjbuilder_h__
 
 #include <map>
index 2523c54..2a99b1c 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file XMLToolingConfig.h
+ * @file xmltooling/XMLToolingConfig.h
  * 
  * Library configuration 
  */
index f8eacaf..4c6e8dc 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file base.h
+ * @file xmltooling/base.h
  * 
  * Base header file definitions
  * Must be included prior to including any other header
index 440c465..9a4c42e 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file EncryptedKeyResolver.h
+ * @file xmltooling/encryption/EncryptedKeyResolver.h
  * 
  * Resolves encrypted keys based on EncryptedData information or other external factors.
  */
index 643adbe..43b17fb 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file exceptions.h
+ * @file xmltooling/exceptions.h
  * 
  * Exception classes
  */
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>
index 09a4cc8..fc23c97 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file AbstractXMLObjectUnmarshaller.h
+ * @file xmltooling/io/AbstractXMLObjectUnmarshaller.h
  * 
  * A mix-in to implement object unmarshalling.
  */
index a41c365..55b40a6 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * OpenSSLCryptoX509CRL.h
+ * @file xmltooling/security/OpenSSLCryptoX509CRL.h
  * 
  * OpenSSL-based class for handling X.509 CRLs
  */
@@ -42,7 +42,6 @@ namespace xmltooling {
             return DSIGConstants::s_unicodeStrPROVOpenSSL;
         }
        virtual void loadX509CRLBase64Bin(const char* buf, unsigned int len);
-    
        virtual safeBuffer& getDEREncodingSB(void) {
             return m_DERX509CRL;
         }
index d5151ae..c093d69 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file ContentReference.h
+ * @file xmltooling/signature/ContentReference.h
  * 
  * Interface for creating signature references 
  */
index aa8db50..76e80d1 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Signature.h
+ * @file xmltooling/signature/Signature.h
  * 
  * XMLObject representing XML Digital Signature, version 20020212, Signature element. 
  */
index a082c39..61fc5ca 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file SignatureValidator.h
+ * @file xmltooling/signature/SignatureValidator.h
  * 
  * Validator for signatures based on an externally-supplied key 
  */
index 199efa1..ee8fdba 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file unicode.h
+ * @file xmltooling/unicode.h
  * 
  * Helper classes and types for manipulating Unicode
  */
index 6c5a970..b280984 100644 (file)
  */
 
 /**
- * @file NDC.h
+ * @file xmltooling/util/NDC.h
  * 
  * Diagnostic context for logging 
  */
 
-#if !defined(__xmltooling_ndc_h__)
+#ifndef __xmltooling_ndc_h__
 #define __xmltooling_ndc_h__
 
 #include <string>
index 00ebbd3..ebc7bf1 100644 (file)
  */
 
 /**
- * @file ParserPool.h
+ * @file xmltooling/util/ParserPool.h
  * 
- * XML parsing
+ * A thread-safe pool of DOMBuilders that share characteristics.
  */
 
-#if !defined(__xmltooling_pool_h__)
+#ifndef __xmltooling_pool_h__
 #define __xmltooling_pool_h__
 
 #include <xmltooling/unicode.h>
@@ -41,7 +41,7 @@
 namespace xmltooling {
 
     /**
-     * A thread-safe pool of DOMBuilders that share characteristics
+     * A thread-safe pool of DOMBuilders that share characteristics.
      */
     class XMLTOOL_API ParserPool : public xercesc::DOMEntityResolver, xercesc::DOMErrorHandler
     {
index 648b457..f6fe5ff 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Threads.h
+ * @file xmltooling/util/Threads.h
  * 
  * Thread and locking wrappers 
  */
index 0893da5..89caa0e 100644 (file)
  */
 
 /**
- * @file XMLConstants.h
+ * @file xmltooling/util/XMLConstants.h
  * 
  * Fundamental XML namespace constants 
  */
 
-#if !defined(__xmltooling_xmlconstants_h__)
+#ifndef __xmltooling_xmlconstants_h__
 #define __xmltooling_xmlconstants_h__
 
 #include <xmltooling/unicode.h>
index a3b587b..3aacf24 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file XMLHelper.h
+ * @file xmltooling/util/XMLHelper.h
  * 
  * A helper class for working with W3C DOM objects. 
  */
index 8a21e60..07d6cb6 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file XMLObjectChildrenList.h
+ * @file xmltooling/util/XMLObjectChildrenList.h
  * 
  * STL-compatible container wrapper
  */
index f7259be..72c2e95 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Validator.h
+ * @file xmltooling/validation/Validator.h
  * 
  * Rules checking of XMLObjects 
  */
index 0f1ddfb..fd81454 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file ValidatorSuite.h
+ * @file xmltooling/validation/ValidatorSuite.h
  * 
  * Groups of rule checkers of XMLObjects based on type or element name. 
  */
index ea70da3..2489800 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * version.h
+ * xmltooling/version.h
  * 
  * Library version macros and constants 
  */