From 74d76f988d5132b108a59453ec9917a34cb846b4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 25 Aug 2023 17:41:58 -0400 Subject: [PATCH] update docs --- src/library.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/library.cpp b/src/library.cpp index 7ab27e8729..d276967e2f 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -617,10 +617,10 @@ combined by removing the '&' and the following newline character. After this processing the string is handed to LAMMPS for parsing and executing. -.. note:: +.. versionadded:: TBD - Multi-line commands enabled by triple quotes will NOT work with - this function. + The command is now able to process long strings with triple quotes and + loops using :doc:`jump SELF \ `. \endverbatim *