You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/09/21 13:57:05 UTC

svn commit: r578077 - /webservices/rampart/trunk/c/include/

Author: kaushalye
Date: Fri Sep 21 04:57:03 2007
New Revision: 578077

URL: http://svn.apache.org/viewvc?rev=578077&view=rev
Log:
Doxygen documentation for OMXMLSecuirty tokens

Modified:
    webservices/rampart/trunk/c/include/oxs_token_c14n_method.h
    webservices/rampart/trunk/c/include/oxs_token_cipher_data.h
    webservices/rampart/trunk/c/include/oxs_token_cipher_value.h
    webservices/rampart/trunk/c/include/oxs_token_data_reference.h
    webservices/rampart/trunk/c/include/oxs_token_digest_method.h
    webservices/rampart/trunk/c/include/oxs_token_digest_value.h
    webservices/rampart/trunk/c/include/oxs_token_ds_reference.h
    webservices/rampart/trunk/c/include/oxs_token_embedded.h
    webservices/rampart/trunk/c/include/oxs_token_encrypted_data.h
    webservices/rampart/trunk/c/include/oxs_token_encrypted_key.h
    webservices/rampart/trunk/c/include/oxs_token_encryption_method.h
    webservices/rampart/trunk/c/include/oxs_token_key_identifier.h
    webservices/rampart/trunk/c/include/oxs_token_key_info.h
    webservices/rampart/trunk/c/include/oxs_token_key_name.h
    webservices/rampart/trunk/c/include/oxs_token_reference.h
    webservices/rampart/trunk/c/include/oxs_token_reference_list.h
    webservices/rampart/trunk/c/include/oxs_token_security_token_reference.h
    webservices/rampart/trunk/c/include/oxs_token_signature.h
    webservices/rampart/trunk/c/include/oxs_token_signature_method.h
    webservices/rampart/trunk/c/include/oxs_token_signature_value.h
    webservices/rampart/trunk/c/include/oxs_token_signed_info.h
    webservices/rampart/trunk/c/include/oxs_token_transform.h
    webservices/rampart/trunk/c/include/oxs_token_transforms.h
    webservices/rampart/trunk/c/include/oxs_token_x509_certificate.h
    webservices/rampart/trunk/c/include/oxs_token_x509_data.h
    webservices/rampart/trunk/c/include/oxs_token_x509_issuer_name.h
    webservices/rampart/trunk/c/include/oxs_token_x509_issuer_serial.h
    webservices/rampart/trunk/c/include/oxs_token_x509_serial_number.h
    webservices/rampart/trunk/c/include/oxs_tokens.h

Modified: webservices/rampart/trunk/c/include/oxs_token_c14n_method.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_c14n_method.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_c14n_method.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_c14n_method.h Fri Sep 21 04:57:03 2007
@@ -34,6 +34,11 @@
 {
 #endif
 
+/**
+    * @defgroup oxs_token_c14n_method OMXMLSecurity C14N Token
+    * @ingroup oxs_token
+    * @{
+    */
 
     /**
     * C14N Method element

Modified: webservices/rampart/trunk/c/include/oxs_token_cipher_data.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_cipher_data.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_cipher_data.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_cipher_data.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <CipherData> element
   */
 
+/**
+    * @defgroup oxs_token_cipher_data OMXMLSecurity Cipher Data Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_cipher_value.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_cipher_value.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_cipher_value.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_cipher_value.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <CipherValue> element
   */
 
+/**
+    * @defgroup oxs_token_cipher_value OMXMLSecurity Cipher Value Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_data_reference.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_data_reference.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_data_reference.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_data_reference.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <DataReference>  element
   */
 
+/**
+    * @defgroup oxs_token_data_reference OMXMLSecurity DataReference Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_digest_method.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_digest_method.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_digest_method.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_digest_method.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <DigestMethod>  element
   */
 
+/**
+    * @defgroup oxs_token_digest_method OMXMLSecurity Digest Method Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_digest_value.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_digest_value.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_digest_value.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_digest_value.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <DigestValue> element
   */
 
+/**
+    * @defgroup oxs_token_digest_value OMXMLSecurity Digest Value Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_ds_reference.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_ds_reference.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_ds_reference.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_ds_reference.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_ds_reference.h
   * @brief Represents <ds:Reference> element 
   */
-
+/**
+    * @defgroup oxs_token_ds_reference OMXMLSecurity DS Reference Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_embedded.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_embedded.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_embedded.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_embedded.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <Embedded> element 
   */
 
+/**
+    * @defgroup oxs_token_embedded OMXMLSecurity Embedded Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_encrypted_data.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_encrypted_data.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_encrypted_data.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_encrypted_data.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <EncryptedData> element 
   */
 
+/**
+    * @defgroup oxs_token_encrypted_data OMXMLSecurity Encrypted Data Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_encrypted_key.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_encrypted_key.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_encrypted_key.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_encrypted_key.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <EncryptedKey> element 
   */
 
+/**
+    * @defgroup oxs_token_encrypted_key OMXMLSecurity EncryptedKey Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_encryption_method.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_encryption_method.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_encryption_method.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_encryption_method.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_encryption_method.h
   * @brief Represents <EncryptionMethod> element
   */
-
+/**
+    * @defgroup oxs_token_encryption_method OMXMLSecurity Encryption Method Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_key_identifier.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_key_identifier.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_key_identifier.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_key_identifier.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_key_identifier.h
   * @brief Represents <KeyIdentifier> element
   */
-
+/**
+    * @defgroup oxs_token_key_identifier OMXMLSecurity Key Identifier Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_key_info.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_key_info.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_key_info.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_key_info.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_key_info.h
   * @brief Represents <KeyInfo>  element
   */
-
+/**
+    * @defgroup oxs_token_key_info OMXMLSecurity Key Info Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_key_name.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_key_name.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_key_name.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_key_name.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_key_name.h
   * @brief Represents <KeyName> element
   */
-
+/**
+    * @defgroup oxs_token_key_name OMXMLSecurity Key Name Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_reference.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_reference.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_reference.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_reference.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_reference.h
   * @brief Represents <wsse:Reference> element
   */
-
+/**
+    * @defgroup oxs_token_reference OMXMLSecurity Reference Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_reference_list.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_reference_list.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_reference_list.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_reference_list.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,12 @@
   * @brief <ReferenceList> element 
   */
 
+/**
+    * @defgroup oxs_token_reference_list OMXMLSecurity Reference List Token
+    * @ingroup oxs_token
+    * @{
+    */
+
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_security_token_reference.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_security_token_reference.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_security_token_reference.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_security_token_reference.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file  oxs_token_security_token_reference.h
   * @brief Represents <SecurityTokenReference> element
   */
-
+/**
+    * @defgroup oxs_token_security_token_reference OMXMLSecurity Security Token Reference Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_signature.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_signature.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_signature.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_signature.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <Signature> element 
   */
 
+/**
+    * @defgroup oxs_token_signature OMXMLSecurity Signature Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_signature_method.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_signature_method.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_signature_method.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_signature_method.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <SignatureMethod> element 
   */
 
+/**
+    * @defgroup oxs_token_signature_method OMXMLSecurity Signature Method Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_signature_value.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_signature_value.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_signature_value.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_signature_value.h Fri Sep 21 04:57:03 2007
@@ -23,6 +23,11 @@
   * @file oxs_token_signature_value.h
   * @brief Represents <SignatureValue> element 
   */
+/**
+    * @defgroup oxs_token_signature_value OMXMLSecurity Signature Value Token
+    * @ingroup oxs_token
+    * @{
+    */
 
 #include <axis2_defines.h>
 #include <axutil_env.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_signed_info.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_signed_info.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_signed_info.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_signed_info.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_signed_info.h
   * @brief Represents <SignedInfo> element 
   */
-
+/**
+    * @defgroup oxs_token_signed_info OMXMLSecurity Signed Info Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_transform.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_transform.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_transform.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_transform.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_transform.h
   * @brief  Represents <Transform> element 
   */
-
+/**
+    * @defgroup oxs_token_transform OMXMLSecurity Transform Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_transforms.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_transforms.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_transforms.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_transforms.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_transforms.h
   * @brief  Represents <Transforms> element 
   */
-
+/**
+    * @defgroup  oxs_token_transforms OMXMLSecurity Transforms Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_x509_certificate.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_x509_certificate.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_x509_certificate.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_x509_certificate.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_x509_certificate.h
   * @brief  Represents <X509Certificate> element 
   */
-
+/**
+    * @defgroup oxs_token_x509_certificate  OMXMLSecurity X509 Certificate Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_x509_data.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_x509_data.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_x509_data.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_x509_data.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file  oxs_token_x509_data.h
   * @brief Represents <X509Data>  element
   */
-
+/**
+    * @defgroup oxs_token_x509_data OMXMLSecurity X509 Data Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_x509_issuer_name.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_x509_issuer_name.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_x509_issuer_name.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_x509_issuer_name.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,12 @@
   * @brief Represents <X509IssuerName> element
   */
 
+/**
+    * @defgroup oxs_token_x509_issuer_name OMXMLSecurity X509 Issuer Name Token
+    * @ingroup oxs_token
+    * @{
+    */
+
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_x509_issuer_serial.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_x509_issuer_serial.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_x509_issuer_serial.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_x509_issuer_serial.h Fri Sep 21 04:57:03 2007
@@ -23,7 +23,11 @@
   * @file oxs_token_x509_issuer_serial.h 
   * @brief Represents <X509IssuerSerial> element
   */
-
+/**
+    * @defgroup oxs_token_x509_issuer_serial OMXMLSecurity X509 Issuer Serial Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_token_x509_serial_number.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_token_x509_serial_number.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_token_x509_serial_number.h (original)
+++ webservices/rampart/trunk/c/include/oxs_token_x509_serial_number.h Fri Sep 21 04:57:03 2007
@@ -24,6 +24,11 @@
   * @brief Represents <X509SerialNumber> element
   */
 
+    /**
+    * @defgroup oxs_token_x509_serial_number  OMXMLSecurity X509 Serial Number Token
+    * @ingroup oxs_token
+    * @{
+    */
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axiom_node.h>

Modified: webservices/rampart/trunk/c/include/oxs_tokens.h
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/oxs_tokens.h?rev=578077&r1=578076&r2=578077&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/oxs_tokens.h (original)
+++ webservices/rampart/trunk/c/include/oxs_tokens.h Fri Sep 21 04:57:03 2007
@@ -61,7 +61,7 @@
 {
 #endif
     /**
-     * @defgroup oxs_token
+     * @defgroup oxs_token OMXMLSecurity Tokens
      * @{
      */