summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 09:20:30 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 09:20:30 +0000
commit25cbfcf34afedf0e39f5a36d70b17d308a97e8ae (patch)
tree6c89914370aab01493ccd47cd25563313f615905 /src/lib/openjp3d
parentcffc33a51c7a9f4b8cf460fdc7c02639b40d266d (diff)
[trunk] FolderReorgProposal task: cleanup doxygen
Update issue 177
Diffstat (limited to 'src/lib/openjp3d')
-rwxr-xr-xsrc/lib/openjp3d/dwt.h1
-rwxr-xr-xsrc/lib/openjp3d/jp3d.c5
-rwxr-xr-xsrc/lib/openjp3d/jp3d.h4
-rwxr-xr-xsrc/lib/openjp3d/tgt.h1
4 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/openjp3d/dwt.h b/src/lib/openjp3d/dwt.h
index d87f799f..3fa781b1 100755
--- a/src/lib/openjp3d/dwt.h
+++ b/src/lib/openjp3d/dwt.h
@@ -96,5 +96,6 @@ Calcula el valor del escalón de cuantificación correspondiente a cada subbanda.
*/
void dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, int prec);
/*@}*/
+/*@}*/
#endif /* __DWT_H */
diff --git a/src/lib/openjp3d/jp3d.c b/src/lib/openjp3d/jp3d.c
index 2fd5d02f..ec2a759d 100755
--- a/src/lib/openjp3d/jp3d.c
+++ b/src/lib/openjp3d/jp3d.c
@@ -2326,3 +2326,8 @@ bool j3d_encode(opj_j3d_t *j3d, opj_cio_t *cio, opj_volume_t *volume, char *inde
return true;
}
+/* ----------------------------------------------------------------------- */
+/*@}*/
+
+/*@}*/
+
diff --git a/src/lib/openjp3d/jp3d.h b/src/lib/openjp3d/jp3d.h
index 5d0978c0..02457224 100755
--- a/src/lib/openjp3d/jp3d.h
+++ b/src/lib/openjp3d/jp3d.h
@@ -31,13 +31,13 @@
#ifndef __J3D_H
#define __J3D_H
/**
-@file j3d.h
+@file jp3d.h
@brief The JPEG-2000 Codestream Reader/Writer (J3D)
The functions in J3D.C have for goal to read/write the several parts of the codestream: markers and data.
*/
-/** @defgroup J3D J3D - JPEG-2000 codestream reader/writer */
+/** @defgroup J3D J3D - JPEG-2000 PART 10 codestream reader/writer */
/*@{*/
#define J3D_CP_CSTY_PRT 0x01
diff --git a/src/lib/openjp3d/tgt.h b/src/lib/openjp3d/tgt.h
index ad8e88d8..2b54baf9 100755
--- a/src/lib/openjp3d/tgt.h
+++ b/src/lib/openjp3d/tgt.h
@@ -120,5 +120,6 @@ int tgt_decode(opj_bio_t *bio, opj_tgt_tree_t *tree, int leafno, int threshold);
/*@}*/
/* ----------------------------------------------------------------------- */
void tgt_tree_dump (FILE *fd, opj_tgt_tree_t * tree);
+/*@}*/
#endif /* __TGT_H */