From d1e440d5656ea624ff307133aec4995d5b209bad Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 11 Oct 2025 21:23:58 +0200 Subject: [PATCH] Doc updates --- src/db/db/gsiDeclDbLibrary.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbLibrary.cc b/src/db/db/gsiDeclDbLibrary.cc index bb938168b..40351109a 100644 --- a/src/db/db/gsiDeclDbLibrary.cc +++ b/src/db/db/gsiDeclDbLibrary.cc @@ -314,7 +314,8 @@ LibraryClass decl_LibraryImpl (decl_Library, "db", "Library", gsi::callback ("reload", &LibraryImpl::reload, &LibraryImpl::cb_reload, "@brief Reloads resources for the library.\n" "Reimplement this method if you like to reload resources the library was created from - " - "for example layout files.\n" + "for example layout files. Make sure you return the new name of the library from this function. " + "If you do not want to change the name of the library, return the current name (i.e. the value of \\name).\n" "\n" "@return The new name of the library or the original name if it did not change.\n" "\n"