Skip to content

Commit 9872892

Browse files
committed
Made a minor change to the API documentation.
1 parent 8d8d1dd commit 9872892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dcmsr/include/dcmtk/dcmsr/dsrdoc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2000-2024, OFFIS e.V.
3+
* Copyright (C) 2000-2025, OFFIS e.V.
44
* All rights reserved. See COPYRIGHT file for details.
55
*
66
* This software and supporting documentation were developed by
@@ -1064,14 +1064,14 @@ class DCMTK_DCMSR_EXPORT DSRDocument
10641064

10651065
/** create a new document.
10661066
* A new SOP instance is only created if the current document type was valid/supported.
1067-
* Please note that the current document is deleted (cleared).
1067+
* Please note that the current document is deleted (cleared) by this method.
10681068
** @return status, EC_Normal if successful, an error code otherwise
10691069
*/
10701070
virtual OFCondition createNewDocument();
10711071

10721072
/** create a new document of the specified type.
10731073
* A new SOP instance is only created if the current document type was valid/supported.
1074-
* Please note that the current document is deleted by this method.
1074+
* Please note that the current document is deleted (cleared) by this method.
10751075
** @param documentType type of the new SR document (see DSRTypes::E_DocumentType)
10761076
** @return status, EC_Normal if successful, an error code otherwise
10771077
*/

0 commit comments

Comments
 (0)