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/11/20 11:15:08 UTC

cvs commit: xml-security/c/src/xenc XENCEncryptionMethod.hpp

blautenb    2003/11/20 02:15:08

  Modified:    c/src/xenc XENCEncryptionMethod.hpp
  Log:
  Fixed doxygen compile problem
  
  Revision  Changes    Path
  1.6       +12 -12    xml-security/c/src/xenc/XENCEncryptionMethod.hpp
  
  Index: XENCEncryptionMethod.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/xenc/XENCEncryptionMethod.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XENCEncryptionMethod.hpp	20 Nov 2003 09:11:25 -0000	1.5
  +++ XENCEncryptionMethod.hpp	20 Nov 2003 10:15:08 -0000	1.6
  @@ -90,16 +90,16 @@
    * decrypt the data.
    *
    * It is defined as :
  - *
  - * <complexType name='EncryptionMethodType' mixed='true'>
  - *   <sequence>
  - *     <element name='KeySize' minOccurs='0' type='xenc:KeySizeType'/>
  - *     <element name='OAEPparams' minOccurs='0' type='base64Binary'/>
  - *     <any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
  - *   </sequence>
  - *   <attribute name='Algorithm' type='anyURI' use='required'/>
  - * </complexType>
  - *
  + * \verbatim
  +  <complexType name='EncryptionMethodType' mixed='true'>
  +    <sequence>
  +      <element name='KeySize' minOccurs='0' type='xenc:KeySizeType'/>
  +      <element name='OAEPparams' minOccurs='0' type='base64Binary'/>
  +      <any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
  +    </sequence>
  +    <attribute name='Algorithm' type='anyURI' use='required'/>
  +  </complexType>
  +  \endverbatim
    */
   
   
  @@ -160,7 +160,7 @@
   	/**
   	 * \brief Get the DOM Element Node of this structure
   	 *
  -	 * @returns the DOM Element Node representing the <EncryptionMethod> element
  +	 * @returns the DOM Element Node representing the \<EncryptionMethod\> element
   	 */
   
   	virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * getElement(void) = 0;