openjpeg.git
11 years ago[trunk] remove old opj_j2k struct
Mickael Savinaud [Thu, 25 Oct 2012 14:22:29 +0000 (14:22 +0000)]
[trunk] remove old opj_j2k struct

11 years ago[trunk] rename opj_jp2_v2 to opj_jp2
Mickael Savinaud [Thu, 25 Oct 2012 14:16:19 +0000 (14:16 +0000)]
[trunk] rename opj_jp2_v2 to opj_jp2

11 years ago[trunk] remove old opj_jp2 struct
Mickael Savinaud [Thu, 25 Oct 2012 14:11:19 +0000 (14:11 +0000)]
[trunk] remove old opj_jp2 struct

11 years ago[trunk] correct a mis use of an old struct
Mickael Savinaud [Thu, 25 Oct 2012 14:10:01 +0000 (14:10 +0000)]
[trunk] correct a mis use of an old struct

11 years ago[trunk] rename opj_event_msg_v2 to opj_event_msg
Mickael Savinaud [Thu, 25 Oct 2012 13:49:20 +0000 (13:49 +0000)]
[trunk] rename opj_event_msg_v2 to opj_event_msg

11 years ago[trunk]remove old opj_event_mgr function
Mickael Savinaud [Thu, 25 Oct 2012 13:46:40 +0000 (13:46 +0000)]
[trunk]remove old opj_event_mgr function

11 years ago[trunk] style
Mickael Savinaud [Thu, 25 Oct 2012 13:35:30 +0000 (13:35 +0000)]
[trunk] style

11 years ago[trunk] remove cio deprecated functions
Mickael Savinaud [Thu, 25 Oct 2012 13:29:41 +0000 (13:29 +0000)]
[trunk] remove cio deprecated functions

11 years ago[trunk]clean jpip marker functions but it is still experimental
Mickael Savinaud [Thu, 25 Oct 2012 13:15:37 +0000 (13:15 +0000)]
[trunk]clean jpip marker functions but it is still experimental

11 years ago[trunk] remove jpt.c/.h which used functions not used by v2. The code is always avail...
Mickael Savinaud [Thu, 25 Oct 2012 11:45:44 +0000 (11:45 +0000)]
[trunk] remove jpt.c/.h which used functions not used by v2. The code is always available in branch 1.5

11 years ago[trunk] Fix remaining issue with OPJ_CALLCONV
Mathieu Malaterre [Thu, 25 Oct 2012 10:41:55 +0000 (10:41 +0000)]
[trunk] Fix remaining issue with OPJ_CALLCONV

11 years ago[trunk] Add documentation for stable API/ABI and gcc flags on UNIX
Mathieu Malaterre [Thu, 25 Oct 2012 08:44:27 +0000 (08:44 +0000)]
[trunk] Add documentation for stable API/ABI and gcc flags on UNIX

11 years ago[trunk] marking as deprecated the old cio interface
Mathieu Malaterre [Thu, 25 Oct 2012 08:38:04 +0000 (08:38 +0000)]
[trunk] marking as deprecated the old cio interface

11 years ago[trunk] Remove some simple warnings about missing prototypes
Mathieu Malaterre [Thu, 25 Oct 2012 08:20:12 +0000 (08:20 +0000)]
[trunk] Remove some simple warnings about missing prototypes

11 years ago[trunk] Fix OpenJPWL compilation
Mathieu Malaterre [Thu, 25 Oct 2012 08:15:41 +0000 (08:15 +0000)]
[trunk] Fix OpenJPWL compilation

Simply move files over from branch 1.5 onto current trunk, and use current openmj2 copy (it contains a copy of openjpeg 1.5.x)

11 years ago[trunk] Since r2060 (and r2059) openjpip is now a first class shared library, instead...
Mathieu Malaterre [Thu, 25 Oct 2012 07:53:22 +0000 (07:53 +0000)]
[trunk] Since r2060 (and r2059) openjpip is now a first class shared library, instead of a local static lib which expose all the symbols.
As such re-apply changes from r2077 which were removed in r2122
Also remove old code for now removed opj_jpip_compress

11 years ago[trunk] Rework r2077
Mathieu Malaterre [Thu, 25 Oct 2012 07:39:59 +0000 (07:39 +0000)]
[trunk] Rework r2077

r2077 did expose too much of the detail implementation of OpenJPEG. Rework dependencies in between JPIP file level details and JPIP client/server arch.
Move JPIP file level functionalities back into OpenJP2 as was the case in openjpeg 1.5.x. Use new cio func.

11 years ago[trunk] Add missing newline
Mathieu Malaterre [Thu, 25 Oct 2012 07:06:12 +0000 (07:06 +0000)]
[trunk] Add missing newline

11 years ago[trunk] Run fix_comment on invert.c
Mathieu Malaterre [Thu, 25 Oct 2012 06:58:30 +0000 (06:58 +0000)]
[trunk] Run fix_comment on invert.c

11 years ago[trunk] add the support of complex mct encoding when we setup the j2k encoder
Mickael Savinaud [Wed, 24 Oct 2012 15:19:51 +0000 (15:19 +0000)]
[trunk] add the support of complex mct encoding when we setup the j2k encoder

11 years ago[trunk] correct a small warning raised by continous
Mickael Savinaud [Wed, 24 Oct 2012 14:52:15 +0000 (14:52 +0000)]
[trunk] correct a small warning raised by continous

11 years ago[trunk] remove old structures from tcd.h
Mickael Savinaud [Wed, 24 Oct 2012 14:38:07 +0000 (14:38 +0000)]
[trunk] remove old structures from tcd.h

11 years ago[trunk] use the right v2 structure
Mickael Savinaud [Wed, 24 Oct 2012 14:10:03 +0000 (14:10 +0000)]
[trunk] use the right v2 structure

11 years ago[trunk] rename flag_t to opj_flag_t
Mickael Savinaud [Wed, 24 Oct 2012 14:06:10 +0000 (14:06 +0000)]
[trunk] rename flag_t to opj_flag_t

11 years ago[trunk] use new opj prefix and type with raw functions
Mickael Savinaud [Wed, 24 Oct 2012 13:18:12 +0000 (13:18 +0000)]
[trunk] use new opj prefix and type with raw functions

11 years ago[trunk] remove a usefulness test before a free
Mickael Savinaud [Wed, 24 Oct 2012 13:05:30 +0000 (13:05 +0000)]
[trunk] remove a usefulness test before a free

11 years ago[trunk] update jp2./.h to v2 style: use new OPJ type, manage case where bpcc box...
Mickael Savinaud [Wed, 24 Oct 2012 12:49:28 +0000 (12:49 +0000)]
[trunk] update jp2./.h to v2 style: use new OPJ type, manage case where bpcc box is available even if ihdr indicate that it is not needed; resolve a LH TODO

11 years ago[trunk] add documentation to the message handler functions
Mickael Savinaud [Wed, 24 Oct 2012 11:17:48 +0000 (11:17 +0000)]
[trunk] add documentation to the message handler functions

11 years ago[trunk] Finalize dwt.v/.h with the v2 style : remove last functions already optimized...
Mickael Savinaud [Wed, 24 Oct 2012 09:29:34 +0000 (09:29 +0000)]
[trunk] Finalize dwt.v/.h with the v2 style : remove last functions already optimized, add opj_ prefix, use new name of the functions

11 years ago[trunk] finalize bio.c/.h related to the v2 style
Mickael Savinaud [Wed, 24 Oct 2012 09:09:37 +0000 (09:09 +0000)]
[trunk] finalize bio.c/.h related to the v2 style

11 years ago[trunk] Remove SONAME from Java binding
Mathieu Malaterre [Mon, 22 Oct 2012 10:49:22 +0000 (10:49 +0000)]
[trunk] Remove SONAME from Java binding

11 years ago[trunk] Fix java binding installation
Mathieu Malaterre [Mon, 22 Oct 2012 10:41:44 +0000 (10:41 +0000)]
[trunk] Fix java binding installation

11 years ago[trunk] Fix another set of issue with calling convention
Mathieu Malaterre [Mon, 15 Oct 2012 15:52:43 +0000 (15:52 +0000)]
[trunk] Fix another set of issue with calling convention

11 years ago[trunk] Fix issue on windows OS. Need to explicitely state the calling convention
Mathieu Malaterre [Mon, 15 Oct 2012 15:50:05 +0000 (15:50 +0000)]
[trunk] Fix issue on windows OS. Need to explicitely state the calling convention

11 years ago[trunk] Remove some warnings about missing prototypes (gcc)
Mathieu Malaterre [Mon, 15 Oct 2012 15:47:56 +0000 (15:47 +0000)]
[trunk] Remove some warnings about missing prototypes (gcc)

11 years ago[trunk] Fix JPIP compilation. Some prototypes were not respected.
Mathieu Malaterre [Mon, 15 Oct 2012 15:47:19 +0000 (15:47 +0000)]
[trunk] Fix JPIP compilation. Some prototypes were not respected.

11 years ago[trunk] propagate the renaming to openjpwl
Mickael Savinaud [Mon, 15 Oct 2012 13:32:07 +0000 (13:32 +0000)]
[trunk] propagate the renaming to openjpwl

11 years ago[trunk] fix a compilation error with windows and new public function opj_j2k_start_co...
Mickael Savinaud [Mon, 15 Oct 2012 13:00:31 +0000 (13:00 +0000)]
[trunk] fix a compilation error with windows and new public function opj_j2k_start_compress

11 years ago[trunk]rename j2k_lib to opj_clock
Mickael Savinaud [Mon, 15 Oct 2012 12:58:32 +0000 (12:58 +0000)]
[trunk]rename j2k_lib to opj_clock

11 years ago[trunk] modify type of opj_clock function
Mickael Savinaud [Mon, 15 Oct 2012 12:43:44 +0000 (12:43 +0000)]
[trunk] modify type of opj_clock function

11 years ago[trunk] Fix issue during renaming of man page
Mathieu Malaterre [Mon, 15 Oct 2012 11:57:47 +0000 (11:57 +0000)]
[trunk] Fix issue during renaming of man page

11 years ago[trunk] Fix compilation:
Mathieu Malaterre [Mon, 15 Oct 2012 09:44:34 +0000 (09:44 +0000)]
[trunk] Fix compilation:
- using mingw32 compiler (missing exported symbols)
- using -fvisibility=hidden (gcc on UNIX)

11 years ago[trunk] Fix Java binding compilation. Need to link against openmj2 for now to resolve...
Mathieu Malaterre [Mon, 15 Oct 2012 09:43:28 +0000 (09:43 +0000)]
[trunk] Fix Java binding compilation. Need to link against openmj2 for now to resolve all symbols.
Add a local indec.c (pulled from opj 1.5 branch)

11 years ago[trunk] Fix missing -lm to openjpwl
Mathieu Malaterre [Mon, 15 Oct 2012 08:38:48 +0000 (08:38 +0000)]
[trunk] Fix missing -lm to openjpwl

11 years ago[trunk] Fix missing link to zlib
Mathieu Malaterre [Mon, 15 Oct 2012 08:13:27 +0000 (08:13 +0000)]
[trunk] Fix missing link to zlib

11 years ago[trunk] Fix openmj2 compilation in static mode.
Mathieu Malaterre [Mon, 15 Oct 2012 08:09:31 +0000 (08:09 +0000)]
[trunk] Fix openmj2 compilation in static mode.

11 years ago[trunk] Fix compilation in static mode. Prevent duplicate symbols with convert.c...
Mathieu Malaterre [Mon, 15 Oct 2012 08:02:30 +0000 (08:02 +0000)]
[trunk] Fix compilation in static mode. Prevent duplicate symbols with convert.c implementation

11 years ago[trunk] Add missing newline character
Mathieu Malaterre [Mon, 15 Oct 2012 07:57:19 +0000 (07:57 +0000)]
[trunk] Add missing newline character

11 years ago[trunk] Fix issues in man pages.
Mathieu Malaterre [Mon, 15 Oct 2012 07:52:27 +0000 (07:52 +0000)]
[trunk] Fix issues in man pages.

11 years ago[trunk] Fix installaiton of header file
Mathieu Malaterre [Mon, 15 Oct 2012 07:52:07 +0000 (07:52 +0000)]
[trunk] Fix installaiton of header file

11 years ago[trunk] remove left-over from ->jpip_on implementation. JPIP is now completely remove...
Mathieu Malaterre [Mon, 15 Oct 2012 07:38:10 +0000 (07:38 +0000)]
[trunk] remove left-over from ->jpip_on implementation. JPIP is now completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable

11 years ago[trunk] Fix warning for no previous prototype by using static function
Mathieu Malaterre [Mon, 15 Oct 2012 07:31:05 +0000 (07:31 +0000)]
[trunk] Fix warning for no previous prototype by using static function

11 years ago[trunk] Fix advanced (and experimental) Java binding. As reported on the mailing...
Mathieu Malaterre [Wed, 10 Oct 2012 13:26:29 +0000 (13:26 +0000)]
[trunk] Fix advanced (and experimental) Java binding. As reported on the mailing list.

11 years ago[trunk] Fix openmj2/mj2 compilation
Mathieu Malaterre [Tue, 9 Oct 2012 09:45:43 +0000 (09:45 +0000)]
[trunk] Fix openmj2/mj2 compilation

As reported on the mailing list, it is better to have a working (compiling) mj2 codec rather than nothing. mj2 uses it own copy of openjpeg 1.5

Update issue 177

11 years ago[trunk] Use opj_malloc/opj_free in jpip bin
Mathieu Malaterre [Tue, 9 Oct 2012 09:44:24 +0000 (09:44 +0000)]
[trunk] Use opj_malloc/opj_free in jpip bin

Update issue 177

11 years ago[trunk] FolderReorgProposal task. Remove left over of JPIP
Mathieu Malaterre [Tue, 9 Oct 2012 09:11:24 +0000 (09:11 +0000)]
[trunk] FolderReorgProposal task. Remove left over of JPIP

JPIP code was moved from JP2 to openjpip

Update issue 177

11 years ago[trunk] Update JPIP (FolderReorgProposal task)
Mathieu Malaterre [Mon, 8 Oct 2012 15:59:17 +0000 (15:59 +0000)]
[trunk] Update JPIP (FolderReorgProposal task)

This commit does three things:
- Use opj_malloc/calloc/free instead of the default C ones.
- Update JPIP API to start using cio _v2 API
- Create a new opj_jpip_compress which is the replacement for image_to_j2k -jpip

Update issue 177

11 years ago[trunk] Make openjpip a first class shared lib, for future linking
Mathieu Malaterre [Fri, 5 Oct 2012 17:05:06 +0000 (17:05 +0000)]
[trunk] Make openjpip a first class shared lib, for future linking

11 years ago[trunk] First step in moving JPIP code out of openjp2
Mathieu Malaterre [Fri, 5 Oct 2012 16:57:30 +0000 (16:57 +0000)]
[trunk] First step in moving JPIP code out of openjp2

11 years ago[trunk] update t1_generate_luts.c with the right ouput to generate t1_luts
Mickael Savinaud [Fri, 5 Oct 2012 12:34:46 +0000 (12:34 +0000)]
[trunk] update t1_generate_luts.c with the right ouput to generate t1_luts

11 years ago[trunk] Fix spelling. writting -> writing
Mathieu Malaterre [Fri, 5 Oct 2012 09:20:05 +0000 (09:20 +0000)]
[trunk] Fix spelling. writting -> writing

11 years ago[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ prefix
Mickael Savinaud [Fri, 5 Oct 2012 09:10:15 +0000 (09:10 +0000)]
[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ prefix

11 years ago[trunk] move fix_mul inside int.h and remove fix.h from the project
Mickael Savinaud [Fri, 5 Oct 2012 08:32:05 +0000 (08:32 +0000)]
[trunk] move fix_mul inside int.h and remove fix.h from the project

11 years ago[trunk] remove warnings
Mickael Savinaud [Fri, 5 Oct 2012 08:18:55 +0000 (08:18 +0000)]
[trunk] remove warnings

11 years ago[trunk]remove warnings in pi.c through the update of poc struct types with new opj_types.
Mickael Savinaud [Wed, 3 Oct 2012 17:03:41 +0000 (17:03 +0000)]
[trunk]remove warnings in pi.c through the update of poc struct types with new opj_types.

11 years ago[trunk] update global functions of tgt with opj_ prefix
Mickael Savinaud [Wed, 3 Oct 2012 15:06:58 +0000 (15:06 +0000)]
[trunk] update global functions of tgt with opj_ prefix

11 years ago[trunk] (style) move global pi functions to the right place and update indentation
Mickael Savinaud [Wed, 3 Oct 2012 14:41:40 +0000 (14:41 +0000)]
[trunk] (style) move global pi functions to the right place and update indentation

11 years ago[trunk] remove old v1 functions and rename pi_initialise_encode_v2 to opj_pi_initiali...
Mickael Savinaud [Wed, 3 Oct 2012 14:29:26 +0000 (14:29 +0000)]
[trunk] remove old v1 functions and rename pi_initialise_encode_v2 to opj_pi_initialise_encode; pi_create_encode_v2 to opj_pi_create_decode; pi_destroy_v2 to opj_pi_destroy; pi_create_decode_v2 to opj_pi_create_decode

11 years ago[trunk] update pi_check_next_level with the opj_ prefix and change output type to...
Mickael Savinaud [Wed, 3 Oct 2012 13:25:03 +0000 (13:25 +0000)]
[trunk] update pi_check_next_level with the opj_ prefix and change output type to be more convenient

11 years ago[trunk]rename pi_update_encoding_parameters to opj_pi_update_encoding_parameters
Mickael Savinaud [Wed, 3 Oct 2012 12:50:44 +0000 (12:50 +0000)]
[trunk]rename pi_update_encoding_parameters to opj_pi_update_encoding_parameters

11 years ago[trunk] replace pi_next by opj_pi_next
Mickael Savinaud [Wed, 3 Oct 2012 12:43:15 +0000 (12:43 +0000)]
[trunk] replace pi_next by opj_pi_next

11 years ago[trunk] update local function of pi.c with the opj_ prefix and the new opj types
Mickael Savinaud [Wed, 3 Oct 2012 12:39:17 +0000 (12:39 +0000)]
[trunk] update local function of pi.c with the opj_ prefix and the new opj types

11 years ago[trunk] update mqc global functions with opj_ prefix
Mickael Savinaud [Wed, 3 Oct 2012 12:12:33 +0000 (12:12 +0000)]
[trunk] update mqc global functions with opj_ prefix

11 years ago[trunk] add comments to check some parts of mqc.c and update types
Mickael Savinaud [Wed, 3 Oct 2012 11:45:53 +0000 (11:45 +0000)]
[trunk] add comments to check some parts of mqc.c and update types

11 years agoupadate mqc with new opj_type and use opj_ prefix for local functions
Mickael Savinaud [Wed, 3 Oct 2012 11:38:12 +0000 (11:38 +0000)]
upadate mqc with new opj_type and use opj_ prefix for local functions

11 years ago[trunk] correct warnings linked to static dwt functions because declaration is not...
Mickael Savinaud [Wed, 3 Oct 2012 09:52:09 +0000 (09:52 +0000)]
[trunk] correct warnings linked to static dwt functions because declaration is not hide when we use SSE

11 years ago{trunk]update mct functions with opj_ prefix and new opj type
Mickael Savinaud [Wed, 3 Oct 2012 09:47:50 +0000 (09:47 +0000)]
{trunk]update mct functions with opj_ prefix and new opj type
add some comments

11 years ago[trunk] update global functions of bio.c with opj_prefix and new opj type
Mickael Savinaud [Wed, 3 Oct 2012 09:04:44 +0000 (09:04 +0000)]
[trunk] update global functions of bio.c with opj_prefix and new opj type

11 years ago[trunk] Set of warnings fix for gcc -pedantic
Mathieu Malaterre [Tue, 2 Oct 2012 09:41:51 +0000 (09:41 +0000)]
[trunk] Set of warnings fix for gcc -pedantic

11 years ago[trunk] Build small internal tools to generate t1_luts.h
Mathieu Malaterre [Tue, 2 Oct 2012 07:45:49 +0000 (07:45 +0000)]
[trunk] Build small internal tools to generate t1_luts.h

11 years ago[trunk] Import opj_malloc.h from branch 1.5.x
Mathieu Malaterre [Tue, 2 Oct 2012 06:51:59 +0000 (06:51 +0000)]
[trunk] Import opj_malloc.h from branch 1.5.x

11 years ago[trunk] V2 will be release with SOVERSION=6
Mathieu Malaterre [Mon, 1 Oct 2012 15:45:24 +0000 (15:45 +0000)]
[trunk] V2 will be release with SOVERSION=6

11 years ago[trunk] Remove old function tgt_create
Mathieu Malaterre [Mon, 1 Oct 2012 15:29:36 +0000 (15:29 +0000)]
[trunk] Remove old function tgt_create
Fix some warnings about size_t

11 years ago[trunk] Update README to reflect FolderReorgProposal
Mathieu Malaterre [Mon, 1 Oct 2012 15:16:33 +0000 (15:16 +0000)]
[trunk] Update README to reflect FolderReorgProposal

Update issue 177

11 years ago[trunk] FolderReorgProposal fix. 3rd party variables were not set
Mathieu Malaterre [Mon, 1 Oct 2012 14:50:26 +0000 (14:50 +0000)]
[trunk] FolderReorgProposal fix. 3rd party variables were not set

Update issue 177

11 years ago[trunk] Requires CMake 2.8.2 at least
Mathieu Malaterre [Mon, 1 Oct 2012 14:18:20 +0000 (14:18 +0000)]
[trunk] Requires CMake 2.8.2 at least

11 years ago[trunk] Fix minor cmake style
Mathieu Malaterre [Mon, 1 Oct 2012 12:29:09 +0000 (12:29 +0000)]
[trunk] Fix minor cmake style

11 years ago[trunk] import unit testing from 1.5.x branch
Mathieu Malaterre [Mon, 1 Oct 2012 12:26:27 +0000 (12:26 +0000)]
[trunk] import unit testing from 1.5.x branch

11 years ago[trunk] remove warnings generated by all project in thirdparties
Mathieu Malaterre [Mon, 1 Oct 2012 11:14:20 +0000 (11:14 +0000)]
[trunk] remove warnings generated by all project in thirdparties

11 years ago[trunk] Discard warnings from tiff package
Mathieu Malaterre [Mon, 1 Oct 2012 11:06:10 +0000 (11:06 +0000)]
[trunk] Discard warnings from tiff package

11 years ago[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSION
Mathieu Malaterre [Mon, 1 Oct 2012 10:39:39 +0000 (10:39 +0000)]
[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSION

This prevent conflicts with TIFF package which also defines PACKAGE_VERSION

11 years ago[trunk] Fix missing include directory
Mathieu Malaterre [Mon, 1 Oct 2012 10:20:31 +0000 (10:20 +0000)]
[trunk] Fix missing include directory

11 years ago[trunk] fix compilation on windows where getopt is not available
Mathieu Malaterre [Mon, 1 Oct 2012 10:19:12 +0000 (10:19 +0000)]
[trunk] fix compilation on windows where getopt is not available

11 years ago[trunk] Fix missing getopt symbols on windows
Mathieu Malaterre [Mon, 1 Oct 2012 10:11:46 +0000 (10:11 +0000)]
[trunk] Fix missing getopt symbols on windows

11 years ago[trunk] FolderReorgProposal task: Fix openjp2 lib name
Mathieu Malaterre [Mon, 1 Oct 2012 10:08:01 +0000 (10:08 +0000)]
[trunk] FolderReorgProposal task: Fix openjp2 lib name

11 years ago[trunk] Fix a set of warnings about C90 issues
Mathieu Malaterre [Mon, 1 Oct 2012 10:01:09 +0000 (10:01 +0000)]
[trunk] Fix a set of warnings about C90 issues

11 years ago[trunk] FolderReorgProposal task. Do not rebuild doxygen always
Mathieu Malaterre [Mon, 1 Oct 2012 09:37:19 +0000 (09:37 +0000)]
[trunk] FolderReorgProposal task. Do not rebuild doxygen always

Update issue 177

11 years ago[trunk] FolderReorgProposal task: cleanup doxygen
Mathieu Malaterre [Mon, 1 Oct 2012 09:20:30 +0000 (09:20 +0000)]
[trunk] FolderReorgProposal task: cleanup doxygen

Update issue 177

11 years ago[trunk] FolderReorgProposal task: fix jpip doxygen
Mathieu Malaterre [Mon, 1 Oct 2012 08:43:02 +0000 (08:43 +0000)]
[trunk] FolderReorgProposal task: fix jpip doxygen

Update issue 177

11 years ago[trunk] FolderReorgProposal task: Fix doxygen
Mathieu Malaterre [Mon, 1 Oct 2012 08:30:04 +0000 (08:30 +0000)]
[trunk] FolderReorgProposal task: Fix doxygen

Update issue 177