diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-09 17:35:19 +0100 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-03-09 18:43:51 +0100 |
commit | 4c56214b8c2e130d3709bdca2513aef20b7b0fab (patch) | |
tree | b8cd0c6dafb5850ba116221f6f39a62e84983aa5 /src/IO/mime.h | |
parent | bde09c45adf0daf252fafbaf87683d3ed7eaab07 (diff) |
Use Doxygen comments for C files
Diffstat (limited to 'src/IO/mime.h')
-rw-r--r-- | src/IO/mime.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IO/mime.h b/src/IO/mime.h index 1f3b1ce5..011df4f0 100644 --- a/src/IO/mime.h +++ b/src/IO/mime.h @@ -23,8 +23,8 @@ extern "C" { typedef void* (*Viewer_t) (const char*, void*, CA_Callback_t*, void**); -/* - * Function prototypes defined elsewhere +/** + * Function prototypes defined elsewhere. */ void *a_Html_text (const char *Type,void *web, CA_Callback_t *Call, void **Data); @@ -37,7 +37,7 @@ void *a_Dicache_gif_image(const char *Type, void *Ptr, CA_Callback_t *Call, void *a_Dicache_jpeg_image(const char *Type, void *Ptr, CA_Callback_t *Call, void **Data); -/* +/** * Functions defined inside Mime module */ void a_Mime_init(void); |