Revise comment on constructors.
authorScott Cantor <cantor.2@osu.edu>
Wed, 10 Nov 2010 19:00:27 +0000 (19:00 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 10 Nov 2010 19:00:27 +0000 (19:00 +0000)
xmltooling/security/OpenSSLTrustEngine.h
xmltooling/security/SignatureTrustEngine.h
xmltooling/security/X509TrustEngine.h

index 6f3bacf..f7fb4b8 100644 (file)
@@ -39,14 +39,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         OpenSSLTrustEngine(const xercesc::DOMElement* e=nullptr);
index 8d72820..995b2f2 100644 (file)
@@ -43,14 +43,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         SignatureTrustEngine(const xercesc::DOMElement* e=nullptr);
index 4c29c6d..6f020cd 100644 (file)
@@ -42,14 +42,6 @@ namespace xmltooling {
         /**
          * Constructor.
          * 
-         * If a DOM is supplied, the following XML content is supported:
-         * 
-         * <ul>
-         *  <li>&lt;KeyInfoResolver&gt; elements with a type attribute
-         * </ul>
-         * 
-         * XML namespaces are ignored in the processing of this content.
-         * 
          * @param e DOM to supply configuration for provider
          */
         X509TrustEngine(const xercesc::DOMElement* e=nullptr);