From 9872892c4838a72d0b75129d630d65cf6b21f39b Mon Sep 17 00:00:00 2001 From: Joerg Riesmeier Date: Wed, 15 Jan 2025 13:00:49 +0100 Subject: [PATCH] Made a minor change to the API documentation. --- dcmsr/include/dcmtk/dcmsr/dsrdoc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dcmsr/include/dcmtk/dcmsr/dsrdoc.h b/dcmsr/include/dcmtk/dcmsr/dsrdoc.h index b670f16b2d..1872342fef 100644 --- a/dcmsr/include/dcmtk/dcmsr/dsrdoc.h +++ b/dcmsr/include/dcmtk/dcmsr/dsrdoc.h @@ -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 @@ -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 */