From c2e1672d873d6fbdfb199e60bcaff6cae4fcf978 Mon Sep 17 00:00:00 2001 From: Brent Putman Date: Mon, 10 Jul 2006 15:41:18 +0000 Subject: [PATCH] Fix some Doxygen tags related to files and namespaces. --- saml/SAMLConfig.h | 2 +- saml/base.h | 2 +- saml/encryption/EncryptedKeyResolver.h | 2 +- saml/exceptions.h | 2 +- saml/saml1/core/Assertions.h | 4 ++-- saml/saml1/core/Protocols.h | 4 ++-- saml/saml2/core/Assertions.h | 4 ++-- saml/saml2/core/Protocols.h | 5 +++-- saml/saml2/metadata/Metadata.h | 4 ++-- saml/signature/ContentReference.h | 2 +- saml/signature/SignableObject.h | 2 +- saml/signature/SignatureProfileValidator.h | 2 +- saml/util/SAMLConstants.h | 2 +- 13 files changed, 19 insertions(+), 18 deletions(-) diff --git a/saml/SAMLConfig.h b/saml/SAMLConfig.h index cd9dfa1..0fd432d 100644 --- a/saml/SAMLConfig.h +++ b/saml/SAMLConfig.h @@ -15,7 +15,7 @@ */ /** - * @file SAMLConfig.h + * @file saml/SAMLConfig.h * * Library configuration */ diff --git a/saml/base.h b/saml/base.h index a5e581d..31f74d9 100644 --- a/saml/base.h +++ b/saml/base.h @@ -15,7 +15,7 @@ */ /** - * @file base.h + * @file saml/base.h * * Base header file definitions * Must be included prior to including any other header diff --git a/saml/encryption/EncryptedKeyResolver.h b/saml/encryption/EncryptedKeyResolver.h index cc6d2a2..6f9d9c7 100644 --- a/saml/encryption/EncryptedKeyResolver.h +++ b/saml/encryption/EncryptedKeyResolver.h @@ -15,7 +15,7 @@ */ /** - * @file EncryptedKeyResolver.h + * @file saml/encryption/EncryptedKeyResolver.h * * SAML-specific encrypted key resolver */ diff --git a/saml/exceptions.h b/saml/exceptions.h index 2259d1a..700991a 100644 --- a/saml/exceptions.h +++ b/saml/exceptions.h @@ -15,7 +15,7 @@ */ /** - * @file exceptions.h + * @file saml/exceptions.h * * Exception classes */ diff --git a/saml/saml1/core/Assertions.h b/saml/saml1/core/Assertions.h index 1b4d72e..a53893b 100644 --- a/saml/saml1/core/Assertions.h +++ b/saml/saml1/core/Assertions.h @@ -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 { diff --git a/saml/saml1/core/Protocols.h b/saml/saml1/core/Protocols.h index 5e07d02..c3300b9 100644 --- a/saml/saml1/core/Protocols.h +++ b/saml/saml1/core/Protocols.h @@ -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 { diff --git a/saml/saml2/core/Assertions.h b/saml/saml2/core/Assertions.h index e00ca09..0272bd7 100644 --- a/saml/saml2/core/Assertions.h +++ b/saml/saml2/core/Assertions.h @@ -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 { diff --git a/saml/saml2/core/Protocols.h b/saml/saml2/core/Protocols.h index 42dc463..fbd7485 100644 --- a/saml/saml2/core/Protocols.h +++ b/saml/saml2/core/Protocols.h @@ -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); diff --git a/saml/saml2/metadata/Metadata.h b/saml/saml2/metadata/Metadata.h index 528a9d6..7c70849 100644 --- a/saml/saml2/metadata/Metadata.h +++ b/saml/saml2/metadata/Metadata.h @@ -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 { diff --git a/saml/signature/ContentReference.h b/saml/signature/ContentReference.h index fd7f0d8..a8f1625 100644 --- a/saml/signature/ContentReference.h +++ b/saml/signature/ContentReference.h @@ -15,7 +15,7 @@ */ /** - * @file SigningContext.h + * @file saml/signature/ContentReference.h * * SAML-specific signature reference profile */ diff --git a/saml/signature/SignableObject.h b/saml/signature/SignableObject.h index 10cbb73..dafd4e3 100644 --- a/saml/signature/SignableObject.h +++ b/saml/signature/SignableObject.h @@ -15,7 +15,7 @@ */ /** - * @file SignableObject.h + * @file saml/signature/SignableObject.h * * Base class for SAML objects that can be signed. */ diff --git a/saml/signature/SignatureProfileValidator.h b/saml/signature/SignatureProfileValidator.h index 3c96d32..e4899cf 100644 --- a/saml/signature/SignatureProfileValidator.h +++ b/saml/signature/SignatureProfileValidator.h @@ -15,7 +15,7 @@ */ /** - * @file SignatureProfileValidator.h + * @file saml/signature/SignatureProfileValidator.h * * SAML-specific signature profile validator */ diff --git a/saml/util/SAMLConstants.h b/saml/util/SAMLConstants.h index 7e69914..8ba169f 100644 --- a/saml/util/SAMLConstants.h +++ b/saml/util/SAMLConstants.h @@ -15,7 +15,7 @@ */ /** - * @file XMLConstants.h + * @file saml/util/SAMLConstants.h * * SAML XML namespace constants */ -- 2.1.4