ReplayCache, some decoder work, and merged schema validators into one suite.
[shibboleth/cpp-opensaml.git] / saml / saml1 / core / Protocols.h
index cd69ea4..e30ff19 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 {
@@ -156,7 +156,7 @@ namespace opensaml {
         DECL_SAML1POBJECTBUILDER(StatusMessage);
         
         /**
-         * Registers builders and validators for Protocol classes into the runtime.
+         * Registers builders and validators for SAML 1.x Protocol classes into the runtime.
          */
         void SAML_API registerProtocolClasses();
     };