commit f2190132b14af2c2a1c3a19f0627a3788551d896
parent aeb6f223edaf80cac6241b64f917353f33eb38f4
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 8 Jun 2015 08:17:47 +0000
-doxygen
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/extractor.c b/src/main/extractor.c
@@ -295,7 +295,7 @@ in_process_seek (void *cls,
* Determine the overall size of the file.
* Callback used for in-process plugins.
*
- * @param cls a 'struct InProcessContext'
+ * @param cls a `struct InProcessContext`
* @return overall file size, UINT64_MAX on error (i.e. IPC failure)
*/
static uint64_t
@@ -593,7 +593,7 @@ do_extract (struct EXTRACTOR_PluginList *plugins,
* case libextractor will open file) if filename is not NULL
* @param size number of bytes in data, ignored if data is NULL
* @param proc function to call for each meta data item found
- * @param proc_cls cls argument to proc
+ * @param proc_cls cls argument to @a proc
*/
void
EXTRACTOR_extract (struct EXTRACTOR_PluginList *plugins,