Fixed some doxygen warnings.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / KeyResolver.h
index 6adb039..57fbf14 100644 (file)
@@ -206,6 +206,7 @@ namespace xmlsignature {
         xmltooling::XSECCryptoX509CRL* resolveCRL(const Signature* sig) const;
 
     protected:
+        /** Stores an explicit key. */
         XSECCryptoKey* m_key;
 
         /**