]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pki: Add SCEP utility functions and enums to Doxygen doc
authorTobias Brunner <tobias@strongswan.org>
Wed, 14 Sep 2022 15:53:36 +0000 (17:53 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 20 Sep 2022 08:18:36 +0000 (10:18 +0200)
src/pki/scep/scep.h

index 922747f1f97366db00b56f0f48904c525c34073f..015945d0812ef7deea34305d88aa4989e5d4dee0 100644 (file)
  * for more details.
  */
 
+/**
+ * @defgroup scep scep
+ * @{ @ingroup pki
+ */
+
 #ifndef _SCEP_H
 #define _SCEP_H
 
@@ -117,4 +122,4 @@ bool scep_http_request(const char *url, scep_op_t op, bool http_post,
 bool scep_parse_response(chunk_t response, chunk_t transID, container_t **out,
                                                 scep_attributes_t *attrs);
 
-#endif /* _SCEP_H */
+#endif /** _SCEP_H @} */