Skip to content

Commit

Permalink
Made a minor change to the API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Jan 15, 2025
1 parent 8d8d1dd commit 9872892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dcmsr/include/dcmtk/dcmsr/dsrdoc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 2000-2024, OFFIS e.V.
* Copyright (C) 2000-2025, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
Expand Down Expand Up @@ -1064,14 +1064,14 @@ class DCMTK_DCMSR_EXPORT DSRDocument

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

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

0 comments on commit 9872892

Please sign in to comment.