Skip to content

Commit

Permalink
Fixed issue with Doxygen command @deprecated.
Browse files Browse the repository at this point in the history
Fixed issue with use of Doxgen command @deprecated. According to the
Doxygen documentation, the "command ends when a blank line or some other
sectioning command is encountered". So, an empty line has been added to
avoid wrong parsing and generation of the "Deprecated List" in the HTML
documentation.
  • Loading branch information
jriesmeier committed Jan 26, 2024
1 parent 51f6b81 commit 6462b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcmdata/include/dcmtk/dcmdata/dcpixel.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 1994-2021, OFFIS e.V.
* Copyright (C) 1994-2024, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
Expand Down Expand Up @@ -477,6 +477,7 @@ class DCMTK_DCMDATA_EXPORT DcmPixelData : public DcmPolymorphOBOW
* is equal to the default representation parameters
* @deprecated The direct call of this method by user code is deprecated.
* Use DcmDataset::chooseRepresentation() instead.
*
* @repType the representation type
* @repParam the representation parameters
* @stack the object stack
Expand Down

0 comments on commit 6462b98

Please sign in to comment.