From b33bcfb518bf1bc3af14d056672c51120c926878 Mon Sep 17 00:00:00 2001 From: Joerg Riesmeier Date: Wed, 18 Sep 2024 11:11:34 +0200 Subject: [PATCH] Added documentation for new module "dcmapps". --- README | 1 + README.md | 1 + dcmapps/docs/dcmapps.dox | 13 +++++++++++++ doxygen/htmldocs.dox | 1 + 4 files changed, 16 insertions(+) create mode 100644 dcmapps/docs/dcmapps.dox diff --git a/README b/README index d0060d2917..dd3a889fbe 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ applications implementing part of the DICOM/MEDICOM Standard. DCMTK contains the following sub-packages, each in its own sub-directory: config - configuration utilities for DCMTK + dcmapps - a collection of cross-module command line tools dcmdata - a data encoding/decoding library and utility apps dcmect - a library for working with Enhanced CT objects dcmfg - a library for working with functional groups diff --git a/README.md b/README.md index 082fbb64a4..11c350d281 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This DICOM ToolKit (DCMTK) package consists of source code, documentation and in DCMTK contains the following sub-packages, each in its own sub-directory: - **config** - configuration utilities for DCMTK +- **dcmapps** - a collection of cross-module command line tools - **dcmdata** - a data encoding/decoding library and utility apps - **dcmect** - a library for working with Enhanced CT objects - **dcmfg** - a library for working with functional groups diff --git a/dcmapps/docs/dcmapps.dox b/dcmapps/docs/dcmapps.dox new file mode 100644 index 0000000000..ba69226f90 --- /dev/null +++ b/dcmapps/docs/dcmapps.dox @@ -0,0 +1,13 @@ +/*! + +\page mod_dcmapps dcmapps: a collection of cross-module command line tools + +This module contains command line tools that depend on (almost) all other +DCMTK modules. + +\section Tools + +This module contains the following command line tools: +\li \ref dcm2img + +*/ diff --git a/doxygen/htmldocs.dox b/doxygen/htmldocs.dox index 5b5b7951ca..049a56b4d5 100644 --- a/doxygen/htmldocs.dox +++ b/doxygen/htmldocs.dox @@ -9,6 +9,7 @@ implementing part of the DICOM/MEDICOM Standard. DCMTK contains the following sub-packages, each in its own sub-directory: \li \ref mod_config +\li \ref mod_dcmapps \li \ref mod_dcmdata \li \ref mod_dcmect \li \ref mod_dcmfg