From: Tobias Brunner Date: Wed, 14 Sep 2022 15:53:36 +0000 (+0200) Subject: pki: Add SCEP utility functions and enums to Doxygen doc X-Git-Tag: 5.9.8dr4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231df029b0516742df361c7d69cf1706f750fb21;p=thirdparty%2Fstrongswan.git pki: Add SCEP utility functions and enums to Doxygen doc --- diff --git a/src/pki/scep/scep.h b/src/pki/scep/scep.h index 922747f1f9..015945d081 100644 --- a/src/pki/scep/scep.h +++ b/src/pki/scep/scep.h @@ -16,6 +16,11 @@ * 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 @} */