You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/03/02 09:21:02 UTC

cvs commit: xml-security/c/src/utils XSECPlatformUtils.hpp XSECSafeBuffer.hpp XSECSafeBufferFormatter.hpp XSECTXFMInputSource.hpp

blautenb    2003/03/02 00:21:02

  Modified:    c/src/dsig DSIGKeyInfo.hpp DSIGReference.hpp
                        DSIGSignature.hpp DSIGSignedInfo.hpp
               c/src/enc XSECCryptoHash.hpp XSECCryptoKey.hpp
                        XSECCryptoKeyDSA.hpp XSECCryptoKeyHMAC.hpp
                        XSECCryptoKeyRSA.hpp XSECCryptoX509.hpp
               c/src/framework XSECError.hpp XSECException.hpp
                        XSECProvider.hpp
               c/src/transformers TXFMBase.hpp TXFMBase64.hpp TXFMC14n.hpp
                        TXFMChain.hpp TXFMDocObject.hpp TXFMEnvelope.hpp
                        TXFMOutputFile.hpp TXFMParser.hpp TXFMSB.hpp
                        TXFMSHA1.hpp TXFMURL.hpp TXFMXPath.hpp TXFMXSL.hpp
               c/src/utils XSECPlatformUtils.hpp XSECSafeBuffer.hpp
                        XSECSafeBufferFormatter.hpp XSECTXFMInputSource.hpp
  Log:
  Fixes for a clean doxygen run
  
  Revision  Changes    Path
  1.4       +3 -2      xml-security/c/src/dsig/DSIGKeyInfo.hpp
  
  Index: DSIGKeyInfo.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/dsig/DSIGKeyInfo.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DSIGKeyInfo.hpp	22 Feb 2003 11:17:21 -0000	1.3
  +++ DSIGKeyInfo.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -188,6 +188,8 @@
   
   	virtual void load() = 0;
   
  +	//@}
  +
   protected:
   
   	DOMNode						* mp_keyInfoDOMNode;
  @@ -198,7 +200,6 @@
   
   };
   
  -/** @} */
   
   
   
  
  
  
  1.4       +3 -3      xml-security/c/src/dsig/DSIGReference.hpp
  
  Index: DSIGReference.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/dsig/DSIGReference.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DSIGReference.hpp	21 Feb 2003 11:53:06 -0000	1.3
  +++ DSIGReference.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -127,7 +127,7 @@
   	 * @note DSIGReference structures should only ever be created via calls to a
   	 * DSIGSignature object.
   	 *
  -	 * @param doc The DOM document node in which the signature is embedded.
  +	 * @param sig The signature in which the reference is embedded.
   	 * @param dom The DOM node (within doc) that is to be used as the base of the reference.
   	 * @see #load
   	 * @see DSIGSignature#createReference
  @@ -144,7 +144,7 @@
   	 * @note DSIGReference structures should only ever be created via calls to a
   	 * DSIGSignature object.
   	 *
  -	 * @param doc The DOM document node in which the signature is embedded.
  +	 * @param sig The signature in which the reference is embedded.
   	 * @see #load
   	 * @see DSIGSignature#createReference
   	 */
  @@ -190,7 +190,7 @@
   	 * applications.
   	 *
   	 * @param URI The URI (data source) for this reference.
  -	 * @param hashMethod The type of Digest to be used (generally SHA-1)
  +	 * @param hm The type of Digest to be used (generally SHA-1)
   	 * @param type A type string (as defined by XML Signature).
   	 * @returns The root Reference element of the newly created DOM structure.
   	 */
  
  
  
  1.4       +2 -2      xml-security/c/src/dsig/DSIGSignature.hpp
  
  Index: DSIGSignature.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/dsig/DSIGSignature.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DSIGSignature.hpp	21 Feb 2003 11:53:06 -0000	1.3
  +++ DSIGSignature.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -90,7 +90,7 @@
   class DSIGKeyInfoName;
   
   /**
  - * @ingroup pubsig Main Signature API
  + * @ingroup pubsig
    */
   /*\@{*/
   
  
  
  
  1.5       +2 -3      xml-security/c/src/dsig/DSIGSignedInfo.hpp
  
  Index: DSIGSignedInfo.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/dsig/DSIGSignedInfo.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DSIGSignedInfo.hpp	22 Feb 2003 11:17:22 -0000	1.4
  +++ DSIGSignedInfo.hpp	2 Mar 2003 08:21:01 -0000	1.5
  @@ -215,7 +215,7 @@
   	 *
   	 * @param URI What the reference references
   	 * @param hm Digest method to use for the reference
  -	 * @type Reference type
  +	 * @param type Reference type
   	 */
   
   	DSIGReference * createReference(const XMLCh * URI,
  @@ -299,6 +299,5 @@
   
   };
   
  -/** @} */
   
   #endif /* DSIGSIGNEDINFO_INCLUDE */
  
  
  
  1.4       +0 -2      xml-security/c/src/enc/XSECCryptoHash.hpp
  
  Index: XSECCryptoHash.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoHash.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECCryptoHash.hpp	23 Feb 2003 08:41:13 -0000	1.3
  +++ XSECCryptoHash.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -199,6 +199,4 @@
   
   };
   
  -/** @} */
  -
   #endif /* XSECCRYPTOHASH_INCLUDE */
  
  
  
  1.4       +1 -2      xml-security/c/src/enc/XSECCryptoKey.hpp
  
  Index: XSECCryptoKey.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoKey.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECCryptoKey.hpp	23 Feb 2003 08:41:13 -0000	1.3
  +++ XSECCryptoKey.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -157,6 +157,5 @@
   
   };
   
  -/** @} */
   
   #endif /* XSECCRYPTOKEY_INCLUDE */
  
  
  
  1.4       +1 -2      xml-security/c/src/enc/XSECCryptoKeyDSA.hpp
  
  Index: XSECCryptoKeyDSA.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoKeyDSA.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECCryptoKeyDSA.hpp	1 Mar 2003 06:27:28 -0000	1.3
  +++ XSECCryptoKeyDSA.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -221,6 +221,5 @@
   	//@}
   };
   
  -/** @} */
   
   #endif /* XSECCRYPTOKEYDSA_INCLUDE */
  
  
  
  1.4       +1 -2      xml-security/c/src/enc/XSECCryptoKeyHMAC.hpp
  
  Index: XSECCryptoKeyHMAC.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoKeyHMAC.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECCryptoKeyHMAC.hpp	1 Mar 2003 06:27:28 -0000	1.3
  +++ XSECCryptoKeyHMAC.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -153,6 +153,5 @@
   	//@}
   };
   
  -/** @} */
   
   #endif /* XSECCRYPTOKEYHMAC_INCLUDE */
  
  
  
  1.4       +1 -2      xml-security/c/src/enc/XSECCryptoKeyRSA.hpp
  
  Index: XSECCryptoKeyRSA.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoKeyRSA.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECCryptoKeyRSA.hpp	1 Mar 2003 06:27:28 -0000	1.3
  +++ XSECCryptoKeyRSA.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -205,7 +205,6 @@
   
   };
   
  -/** @} */
   
   
   #endif /* XSECCRYPTOKEYRSA_INCLUDE */
  
  
  
  1.4       +3 -7      xml-security/c/src/enc/XSECCryptoX509.hpp
  
  Index: XSECCryptoX509.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/XSECCryptoX509.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECCryptoX509.hpp	1 Mar 2003 06:27:28 -0000	1.3
  +++ XSECCryptoX509.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -76,12 +76,8 @@
   #include <xsec/utils/XSECSafeBuffer.hpp>
   
   /**
  - * \ingroup crypto
  - * @{
  - */
  -
  -/**
    * \brief Interface class for X509 certificates.
  + * @ingroup crypto
    *
    * The library uses classes derived from this to process X509 Certificates.
    *
  @@ -151,9 +147,9 @@
   	virtual safeBuffer &getDEREncodingSB(void) = 0;		// Get the DER string
   
   	//@}
  +
   };
   
  -/** @} */
   
   #endif /* XSECCRYPTOX509_INCLUDE */
   
  
  
  
  1.4       +4 -2      xml-security/c/src/framework/XSECError.hpp
  
  Index: XSECError.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/XSECError.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECError.hpp	1 Mar 2003 06:27:29 -0000	1.3
  +++ XSECError.hpp	2 Mar 2003 08:21:01 -0000	1.4
  @@ -72,7 +72,9 @@
   #include <xsec/framework/XSECException.hpp>
   
   /**
  - * @ingroup pubsig
  + * @defgroup pubsig Main Signature API
  + * This section describes the main classes and interfaces necessary for 
  + * programming with the XML-Security-C library.
    * @{
    */
   
  
  
  
  1.5       +4 -4      xml-security/c/src/framework/XSECException.hpp
  
  Index: XSECException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/XSECException.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSECException.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ XSECException.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -74,9 +74,9 @@
   #include <xsec/framework/XSECDefs.hpp>
   
   /**
  - * @ingroup pubsig Main Signature API
  + * @addtogroup pubsig
  + * @{
    */
  -/*\@{*/
   
   /**
    * @brief Exception Class.
  @@ -221,6 +221,6 @@
   
   };
   
  -/*\@}*/
  +/** @}*/
   
   #endif /* XSECEXCEPTION_INCLUDE */
  
  
  
  1.5       +2 -6      xml-security/c/src/framework/XSECProvider.hpp
  
  Index: XSECProvider.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/XSECProvider.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSECProvider.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ XSECProvider.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -65,9 +65,7 @@
    *
    * Author(s): Berin Lautenbach
    *
  - * $ID$
  - *
  - * $LOG$
  + * $Id$
    *
    */
   #ifndef XSECPROVIDER_INCLUDE
  @@ -81,9 +79,7 @@
   #include <vector>
   
   /**
  - * @defgroup pubsig Main Signature API
  - * This section describes the main classes and interfaces necessary for 
  - * programming with the XML-Security-C library.
  + * @addtogroup pubsig
    * @{
    */
   
  
  
  
  1.6       +5 -2      xml-security/c/src/transformers/TXFMBase.hpp
  
  Index: TXFMBase.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMBase.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TXFMBase.hpp	1 Mar 2003 06:27:29 -0000	1.5
  +++ TXFMBase.hpp	2 Mar 2003 08:21:02 -0000	1.6
  @@ -84,7 +84,10 @@
   
   class TXFMChain;
   
  -/** @ingroup internal
  +/** @defgroup internal Internal Classes
  + * Classes marked as <b>internal</b> are used internally by the xml-security-c
  + * library.  Generally there should be no requirement for these classes
  + * to be manipulated directly by the calling applicataion.
    * @{
    */
   
  
  
  
  1.5       +2 -6      xml-security/c/src/transformers/TXFMBase64.hpp
  
  Index: TXFMBase64.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMBase64.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMBase64.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMBase64.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -73,12 +73,9 @@
   #include <xsec/transformers/TXFMBase.hpp>
   #include <xsec/enc/XSECCryptoBase64.hpp>
    
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle base64 transforms
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMBase64 : public TXFMBase {
  @@ -117,4 +114,3 @@
   	TXFMBase64();
   };
   
  -/** @} */
  
  
  
  1.5       +2 -6      xml-security/c/src/transformers/TXFMC14n.hpp
  
  Index: TXFMC14n.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMC14n.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMC14n.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMC14n.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -73,12 +73,9 @@
   #include <xsec/canon/XSECC14n20010315.hpp>
   #include <xsec/utils/XSECNameSpaceExpander.hpp>
   
  - /** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle canonicalisation transforms
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMC14n : public TXFMBase {
  @@ -120,4 +117,3 @@
   	TXFMC14n();
   };
   
  -/** @} */
  
  
  
  1.3       +3 -5      xml-security/c/src/transformers/TXFMChain.hpp
  
  Index: TXFMChain.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMChain.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TXFMChain.hpp	1 Mar 2003 06:27:29 -0000	1.2
  +++ TXFMChain.hpp	2 Mar 2003 08:21:02 -0000	1.3
  @@ -76,13 +76,11 @@
   
   class TXFMBase;
   
  -/** @ingroup internal
  - * @{
  - */
   
   /**
    * \brief A holder class to take care of a chain of internal
    * transformer objects.
  + * @ingroup internal
    */
   
   
  @@ -114,6 +112,6 @@
   inline
   TXFMBase * TXFMChain::getLastTxfm(void) {return mp_currentTxfm;}
   
  -/** @} */
  +
   
   #endif /* TXFMCHAIN_INCLUDE */
  
  
  
  1.4       +2 -6      xml-security/c/src/transformers/TXFMDocObject.hpp
  
  Index: TXFMDocObject.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMDocObject.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TXFMDocObject.hpp	1 Mar 2003 06:27:29 -0000	1.3
  +++ TXFMDocObject.hpp	2 Mar 2003 08:21:02 -0000	1.4
  @@ -75,12 +75,9 @@
   
   #include <xercesc/dom/DOM.hpp>
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer that defines a document start to a transform chain
  + * @ingroup internal
    */
   
   
  @@ -122,4 +119,3 @@
   	TXFMDocObject();
   };
   
  -/** @} */
  
  
  
  1.4       +2 -6      xml-security/c/src/transformers/TXFMEnvelope.hpp
  
  Index: TXFMEnvelope.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMEnvelope.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TXFMEnvelope.hpp	1 Mar 2003 06:27:29 -0000	1.3
  +++ TXFMEnvelope.hpp	2 Mar 2003 08:21:02 -0000	1.4
  @@ -77,12 +77,9 @@
   
   #include <xercesc/dom/DOM.hpp>
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle envelope transforms
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMEnvelope : public TXFMBase {
  @@ -122,4 +119,3 @@
   	TXFMEnvelope();
   };
   
  -/** @} */
  
  
  
  1.5       +2 -6      xml-security/c/src/transformers/TXFMOutputFile.hpp
  
  Index: TXFMOutputFile.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMOutputFile.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMOutputFile.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMOutputFile.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -78,12 +78,9 @@
   
   using std::ofstream;
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle file output transforms
  + * @ingroup internal
    *
    * This transformer simply reads from the input transform 
    * and passes the bytes to the transformer that reads from it.
  @@ -129,6 +126,5 @@
   	TXFMOutputFile();
   };
   
  -/** @} */
   
   #endif /* #define TXFMOUTPUTFILE_INCLUDE */
  
  
  
  1.4       +2 -7      xml-security/c/src/transformers/TXFMParser.hpp
  
  Index: TXFMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMParser.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TXFMParser.hpp	1 Mar 2003 06:27:29 -0000	1.3
  +++ TXFMParser.hpp	2 Mar 2003 08:21:02 -0000	1.4
  @@ -73,12 +73,9 @@
   
   #include <xsec/transformers/TXFMBase.hpp>
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle move between bytes and DOM
  + * @ingroup internal
    *
    * THere is no "parser" transformation defined in DSIG, however there
    * is a requirement to be able to move between a byte stream and
  @@ -127,7 +124,5 @@
   	DOMDocument			* mp_parsedDoc;
   
   };
  -
  -/** @} */
   
   #endif /* #define TXFMPARSER_INCLUDE */
  
  
  
  1.5       +2 -5      xml-security/c/src/transformers/TXFMSB.hpp
  
  Index: TXFMSB.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMSB.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMSB.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMSB.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -71,12 +71,9 @@
   #include <xsec/transformers/TXFMBase.hpp>
   #include <xsec/utils/XSECSafeBuffer.hpp>
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Base transformer to start a chain from a safeBuffer
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMSB : public TXFMBase {
  
  
  
  1.5       +3 -6      xml-security/c/src/transformers/TXFMSHA1.hpp
  
  Index: TXFMSHA1.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMSHA1.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMSHA1.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMSHA1.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -73,12 +73,9 @@
   #include <xsec/transformers/TXFMBase.hpp>
   #include <xsec/enc/XSECCryptoProvider.hpp>
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle create a SHA-1 hash from a chain
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMSHA1 : public TXFMBase {
  @@ -117,4 +114,4 @@
   	TXFMSHA1();
   };
   
  -/** @} */
  +
  
  
  
  1.5       +3 -6      xml-security/c/src/transformers/TXFMURL.hpp
  
  Index: TXFMURL.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMURL.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMURL.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMURL.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -75,12 +75,9 @@
   
   #include <xercesc/util/BinInputStream.hpp>
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Base transformer for URL inputs to chains
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMURL : public TXFMBase {
  @@ -119,4 +116,4 @@
   private :
   	TXFMURL();
   };
  -/** @} */
  +
  
  
  
  1.5       +2 -6      xml-security/c/src/transformers/TXFMXPath.hpp
  
  Index: TXFMXPath.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMXPath.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMXPath.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMXPath.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -99,12 +99,9 @@
   
   #ifndef XSEC_NO_XPATH
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle XPath transforms
  + * @ingroup internal
    */
   
   
  @@ -155,4 +152,3 @@
   };
   
   #endif
  -/** @} */
  
  
  
  1.5       +2 -6      xml-security/c/src/transformers/TXFMXSL.hpp
  
  Index: TXFMXSL.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/transformers/TXFMXSL.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TXFMXSL.hpp	1 Mar 2003 06:27:29 -0000	1.4
  +++ TXFMXSL.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -96,12 +96,9 @@
   
   #ifndef XSEC_NO_XSLT
   
  -/** @ingroup internal
  - * @{
  - */
  -
   /**
    * \brief Transformer to handle XSLT transforms
  + * @ingroup internal
    */
   
   class DSIG_EXPORT TXFMXSL : public TXFMBase {
  @@ -161,6 +158,5 @@
   
   };
   
  -/** @} */
   
   #endif /* No XSLT */
  
  
  
  1.5       +2 -7      xml-security/c/src/utils/XSECPlatformUtils.hpp
  
  Index: XSECPlatformUtils.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/utils/XSECPlatformUtils.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSECPlatformUtils.hpp	1 Mar 2003 06:27:30 -0000	1.4
  +++ XSECPlatformUtils.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -79,12 +79,8 @@
   #include <stdio.h>
   
   /**
  - * @ingroup pubsig
  - * @{
  - */
  -
  -/**
    * \brief High level library interface class.
  + * @ingroup internal
    *
    * This class is used primarily to initialise the library and
    * communicate high level parameters that will be common to all
  @@ -149,7 +145,6 @@
   
   };
   
  -/** @} */
   
   #endif /* XSECPLATFORMUTILS_INCLUDE */
   
  
  
  
  1.5       +2 -2      xml-security/c/src/utils/XSECSafeBuffer.hpp
  
  Index: XSECSafeBuffer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/utils/XSECSafeBuffer.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSECSafeBuffer.hpp	1 Mar 2003 06:27:30 -0000	1.4
  +++ XSECSafeBuffer.hpp	2 Mar 2003 08:21:02 -0000	1.5
  @@ -76,7 +76,7 @@
   #include <xercesc/util/XMLString.hpp>
   
   /** 
  - * \ingroup internal
  + * \addtogroup internal
    * @{
    */
   
  
  
  
  1.4       +2 -2      xml-security/c/src/utils/XSECSafeBufferFormatter.hpp
  
  Index: XSECSafeBufferFormatter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/utils/XSECSafeBufferFormatter.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECSafeBufferFormatter.hpp	1 Mar 2003 06:27:30 -0000	1.3
  +++ XSECSafeBufferFormatter.hpp	2 Mar 2003 08:21:02 -0000	1.4
  @@ -82,7 +82,7 @@
   XSEC_USING_XERCES(XMLFormatter);
   XSEC_USING_XERCES(XMLFormatTarget);
   
  -/** @ingroup internal
  +/** @addtogroup internal
     * @{
     */
   
  
  
  
  1.3       +5 -7      xml-security/c/src/utils/XSECTXFMInputSource.hpp
  
  Index: XSECTXFMInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/utils/XSECTXFMInputSource.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSECTXFMInputSource.hpp	21 Feb 2003 11:53:09 -0000	1.2
  +++ XSECTXFMInputSource.hpp	2 Mar 2003 08:21:02 -0000	1.3
  @@ -67,6 +67,9 @@
    * $Id$
    *
    * $Log$
  + * Revision 1.3  2003/03/02 08:21:02  blautenb
  + * Fixes for a clean doxygen run
  + *
    * Revision 1.2  2003/02/21 11:53:09  blautenb
    * TXFMChain to prevent memory leaks
    *
  @@ -88,12 +91,8 @@
   XSEC_DECLARE_XERCES_CLASS(BinInputStream);
   
   /**
  - * @ingroup interfaces 
  - * @{
  - */
  -
  -/**
    * @brief InputSource wrapper for a TXFMList.
  + * @ingroup interfaces
    *
    * This class provides a wrapper for a TXFMList.  It is used to provide 
    * an input to the Xerces Parser.
  @@ -154,6 +153,5 @@
   
   };
   
  -/** @} */
   
   #endif /* XSECTXFMINPUTSOURCE_INCLUDE */