summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tgt.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-30 18:18:59 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-30 18:18:59 +0200
commit83342f2aafcab4599b49f780e35fd249e8402b61 (patch)
tree7a90e315e61821d415f1fec8c6e7eaf6fd0c21b3 /src/lib/openjp2/tgt.h
parent4748318136626dd9e841ea1aa8b52adfbab26772 (diff)
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Diffstat (limited to 'src/lib/openjp2/tgt.h')
-rw-r--r--src/lib/openjp2/tgt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/openjp2/tgt.h b/src/lib/openjp2/tgt.h
index 0ed0e658..acc817dd 100644
--- a/src/lib/openjp2/tgt.h
+++ b/src/lib/openjp2/tgt.h
@@ -80,10 +80,11 @@ typedef struct opj_tgt_tree {
Create a tag-tree
@param numleafsh Width of the array of leafs of the tree
@param numleafsv Height of the array of leafs of the tree
+@param p_manager the event manager
@return Returns a new tag-tree if successful, returns NULL otherwise
*/
opj_tgt_tree_t *opj_tgt_create(OPJ_UINT32 numleafsh, OPJ_UINT32 numleafsv,
- opj_event_mgr_t *manager);
+ opj_event_mgr_t *p_manager);
/**
* Reinitialises a tag-tree from an exixting one.