Fix some Doxygen tags related to files and namespaces.
authorBrent Putman <putmanb@georgetown.edu>
Mon, 10 Jul 2006 15:41:18 +0000 (15:41 +0000)
committerBrent Putman <putmanb@georgetown.edu>
Mon, 10 Jul 2006 15:41:18 +0000 (15:41 +0000)
13 files changed:
saml/SAMLConfig.h
saml/base.h
saml/encryption/EncryptedKeyResolver.h
saml/exceptions.h
saml/saml1/core/Assertions.h
saml/saml1/core/Protocols.h
saml/saml2/core/Assertions.h
saml/saml2/core/Protocols.h
saml/saml2/metadata/Metadata.h
saml/signature/ContentReference.h
saml/signature/SignableObject.h
saml/signature/SignatureProfileValidator.h
saml/util/SAMLConstants.h

index cd9dfa1..0fd432d 100644 (file)
@@ -15,7 +15,7 @@
  */\r
 \r
 /**\r
- * @file SAMLConfig.h\r
+ * @file saml/SAMLConfig.h\r
  * \r
  * Library configuration \r
  */\r
index a5e581d..31f74d9 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file base.h
+ * @file saml/base.h
  * 
  * Base header file definitions
  * Must be included prior to including any other header
index cc6d2a2..6f9d9c7 100644 (file)
@@ -15,7 +15,7 @@
  */\r
 \r
 /**\r
- * @file EncryptedKeyResolver.h\r
+ * @file saml/encryption/EncryptedKeyResolver.h\r
  * \r
  * SAML-specific encrypted key resolver \r
  */\r
index 2259d1a..700991a 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file exceptions.h
+ * @file saml/exceptions.h
  * 
  * Exception classes
  */
index 1b4d72e..a53893b 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Assertions.h
+ * @file saml/saml1/core/Assertions.h
  * 
  * XMLObjects representing the SAML 1.x Assertions schema
  */
@@ -42,7 +42,7 @@
 namespace opensaml {
 
     /**
-     * @namespace saml1
+     * @namespace opensaml::saml1
      * SAML 1.x assertion namespace
      */
     namespace saml1 {
index 5e07d02..c3300b9 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Protocols.h
+ * @file saml/saml1/core/Protocols.h
  * 
  * XMLObjects representing the SAML 1.x Protocols schema
  */
@@ -31,7 +31,7 @@
 namespace opensaml {
 
     /**
-     * @namespace saml1p
+     * @namespace opensaml::saml1p
      * SAML 1.x protocol namespace
      */
     namespace saml1p {
index e00ca09..0272bd7 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Assertions.h
+ * @file saml/saml2/core/Assertions.h
  * 
  * XMLObjects representing the SAML 2.0 Assertions schema
  */
@@ -43,7 +43,7 @@
 namespace opensaml {
 
     /**
-     * @namespace saml2
+     * @namespace opensaml::saml2
      * SAML 2.0 assertion namespace
      */
     namespace saml2 {
index 42dc463..fbd7485 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Protocols.h
+ * @file saml/saml2/core/Protocols.h
  * 
  * XMLObjects representing the SAML 2.0 Protocols schema
  */
@@ -32,7 +32,7 @@
 namespace opensaml {
 
     /**
-     * @namespace saml2p
+     * @namespace opensaml::saml2p
      * SAML 2.0 protocol namespace
      */
     namespace saml2p {
@@ -273,6 +273,7 @@ namespace opensaml {
             static const XMLCh TYPE_NAME[];
         END_XMLOBJECT;
 
+
         // Builders
         DECL_SAML2POBJECTBUILDER(Artifact);
         DECL_SAML2POBJECTBUILDER(ArtifactResolve);
index 528a9d6..7c70849 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file Metadata.h
+ * @file saml/saml2/metadata/Metadata.h
  * 
  * XMLObjects representing the SAML 2.0 Metadata schema
  */
@@ -43,7 +43,7 @@
 namespace opensaml {
 
     /**
-     * @namespace saml2md
+     * @namespace opensaml::saml2md
      * SAML 2.0 metadata namespace
      */
     namespace saml2md {
index fd7f0d8..a8f1625 100644 (file)
@@ -15,7 +15,7 @@
  */\r
 \r
 /**\r
- * @file SigningContext.h\r
+ * @file saml/signature/ContentReference.h\r
  * \r
  * SAML-specific signature reference profile \r
  */\r
index 10cbb73..dafd4e3 100644 (file)
@@ -15,7 +15,7 @@
  */\r
 \r
 /**\r
- * @file SignableObject.h\r
+ * @file saml/signature/SignableObject.h\r
  * \r
  * Base class for SAML objects that can be signed. \r
  */\r
index 3c96d32..e4899cf 100644 (file)
@@ -15,7 +15,7 @@
  */\r
 \r
 /**\r
- * @file SignatureProfileValidator.h\r
+ * @file saml/signature/SignatureProfileValidator.h\r
  * \r
  * SAML-specific signature profile validator \r
  */\r
index 7e69914..8ba169f 100644 (file)
@@ -15,7 +15,7 @@
  */\r
 \r
 /**\r
- * @file XMLConstants.h\r
+ * @file saml/util/SAMLConstants.h\r
  * \r
  * SAML XML namespace constants \r
  */\r