diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 09:20:30 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 09:20:30 +0000 |
| commit | 25cbfcf34afedf0e39f5a36d70b17d308a97e8ae (patch) | |
| tree | 6c89914370aab01493ccd47cd25563313f615905 /src/lib | |
| parent | cffc33a51c7a9f4b8cf460fdc7c02639b40d266d (diff) | |
[trunk] FolderReorgProposal task: cleanup doxygen
Update issue 177
Diffstat (limited to 'src/lib')
| -rwxr-xr-x | src/lib/openjp3d/dwt.h | 1 | ||||
| -rwxr-xr-x | src/lib/openjp3d/jp3d.c | 5 | ||||
| -rwxr-xr-x | src/lib/openjp3d/jp3d.h | 4 | ||||
| -rwxr-xr-x | src/lib/openjp3d/tgt.h | 1 | ||||
| -rw-r--r-- | src/lib/openmj2/mj2.c | 5 | ||||
| -rw-r--r-- | src/lib/openmj2/mj2.h | 6 |
6 files changed, 17 insertions, 5 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 */
diff --git a/src/lib/openmj2/mj2.c b/src/lib/openmj2/mj2.c index f5ab5f3f..4d87d7b8 100644 --- a/src/lib/openmj2/mj2.c +++ b/src/lib/openmj2/mj2.c @@ -2913,3 +2913,8 @@ void mj2_destroy_compress(opj_mj2_t *movie) { } opj_free(movie); } + +/*@}*/ + +/*@}*/ + diff --git a/src/lib/openmj2/mj2.h b/src/lib/openmj2/mj2.h index c0255707..15e0ed23 100644 --- a/src/lib/openmj2/mj2.h +++ b/src/lib/openmj2/mj2.h @@ -327,7 +327,7 @@ void mj2_destroy_decompress(opj_mj2_t *movie); Setup the decoder decoding parameters using user parameters. Decoding parameters are returned in mj2->j2k->cp. @param movie MJ2 decompressor handle -@param parameters decompression parameters +@param mj2_parameters decompression parameters */ void mj2_setup_decoder(opj_mj2_t *movie, mj2_dparameters_t *mj2_parameters); /** @@ -372,8 +372,8 @@ Init a Standard MJ2 movie int mj2_init_stdmovie(opj_mj2_t *movie); /** Read the structure of an MJ2 file -@param File MJ2 input File -@param movie J2 movie structure +@param file MJ2 input File +@param mj2 J2 movie structure @return Returns 0 if successful, returns 1 otherwise */ int mj2_read_struct(FILE *file, opj_mj2_t *mj2); |
