Fixed some doxygen warnings.
[shibboleth/cpp-xmltooling.git] / xmltooling / encryption / Encryption.h
index ab1b57c..61f4537 100644 (file)
 
 #include <xmltooling/signature/KeyInfo.h>
 
+/**
+ * Macro for declaring encryption builders.
+ * 
+ * @param cname name of class being built
+ */
 #define DECL_XMLENCOBJECTBUILDER(cname) \
     DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC_NS,xmlconstants::XMLENC_PREFIX)