From 25cbfcf34afedf0e39f5a36d70b17d308a97e8ae Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 1 Oct 2012 09:20:30 +0000 Subject: [trunk] FolderReorgProposal task: cleanup doxygen Update issue 177 --- src/lib/openjp3d/dwt.h | 1 + src/lib/openjp3d/jp3d.c | 5 +++++ src/lib/openjp3d/jp3d.h | 4 ++-- src/lib/openjp3d/tgt.h | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) (limited to 'src/lib/openjp3d') 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 */ 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 */ -- cgit v1.2.3