From 6d7926a026cb3eef5393be7a30d03910a7451db2 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 13 Jan 2025 19:13:34 -0500 Subject: [PATCH] add missing lammps_expand() function --- doc/src/Library_execute.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/Library_execute.rst b/doc/src/Library_execute.rst index 44b601ba4c..8560fbb148 100644 --- a/doc/src/Library_execute.rst +++ b/doc/src/Library_execute.rst @@ -7,6 +7,7 @@ This section documents the following functions: - :cpp:func:`lammps_command` - :cpp:func:`lammps_commands_list` - :cpp:func:`lammps_commands_string` +- :cpp:func:`lammps_expand` -------------------- @@ -79,3 +80,8 @@ Below is a short example using some of these functions. .. doxygenfunction:: lammps_commands_string :project: progguide +----------------------- + +.. doxygenfunction:: lammps_expand + :project: progguide +