Skip to content

Commit

Permalink
Added documentation for new module "dcmapps".
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Sep 18, 2024
1 parent 2cf8747 commit b33bcfb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions dcmapps/docs/dcmapps.dox
Original file line number Diff line number Diff line change
@@ -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

*/
1 change: 1 addition & 0 deletions doxygen/htmldocs.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b33bcfb

Please sign in to comment.