* - test suite usage (typically after code modifications and prior to
* commit).
* .
- * In the following we shall assume that gdcm is allready compiled-
+ * In the following we shall assume that gdcm is already compiled-
* BUT not installed- in a directory named <TT>GDCM_HOME</TT>.
*
* \section DoxyDevelInstalCPlusPlus Working with C++
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = ../src/iddcmjpeg.h ../src/gdcmJpeg.cxx
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
DoxyInstallation.txt \
DoxyMainPage.txt
-all-local: html.developper/index.html
+all-local: html.developper/index.html html.user/index.html
if ENABLE_DOXYGEN
html.developper/index.html: DoxyfileDeveloppers
doxygen DoxyfileDeveloppers
+html.user/index.html: DoxyfileUsers
+ doxygen DoxyfileUsers
else
html.developper/index.html:
+html.user/index.html:
endif
clean-local:
rm -f *~ *.bak
- rm -rf man latex html.developper rtf
+ rm -rf man latex html.developper html.user rtf
-install-data-local: html.developper
+install-data-local: html.developper html.user
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
(installfiles=`echo html.developper/*`; \
if test "$$installfiles" = 'html.developper/*'; \
fi)
dist-hook:
- rm -rf $(distdir)/html.developper
+ rm -rf $(distdir)/html.developper $(distdir)/html.user
-.PHONY : html.developper latex man
+.PHONY : html.developper html.user latex man
//-----------------------------------------------------------------------------
/*
- * This class is meant to *interpret* data given from gdcmHeader
- * That is to say :
+ * \defgroup gdcmHeaderHelper
+ * \brief
+ *
+ * - This class is meant to *interpret* data given from gdcmHeader
+ * - That is to say :
* - it will help other dev to link against there lib
* - return value instead of string
* - will be able to search for data at some other place
};
//-----------------------------------------------------------------------------
-/**
-This class should be used for a stack of 2D dicom images.
-For a multiframe dicom image better use directly gdcmHeaderHelper
+/*
+ * \defgroup gdcmSerieHeaderHelper
+ * \brief
+ *
+ * - This class should be used for a stack of 2D dicom images.
+ * - For a multiframe dicom image better use directly gdcmHeaderHelper
*/
class GDCM_EXPORT gdcmSerieHeaderHelper {
public: