Skip to content

Commit

Permalink
Add versionadded tag to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed May 23, 2024
1 parent 69896d0 commit 02a2d4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/arkode/guide/source/ARKodeButcherTable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ ARKodeButcherTable functions
**Return value:**
* The name associated with *emethod*.
* ``NULL`` pointer if *emethod* was invalid.
.. versionadded:: x.y.z
.. c:function:: ARKodeButcherTable ARKodeButcherTable_LoadDIRK(ARKODE_DIRKTableID imethod)
Expand Down Expand Up @@ -205,6 +207,8 @@ ARKodeButcherTable functions
**Return value:**
* The name associated with *imethod*.
* ``NULL`` pointer if *imethod* was invalid.
.. versionadded:: x.y.z
.. c:function:: ARKodeButcherTable ARKodeButcherTable_Alloc(int stages, sunbooleantype embedded)
Expand Down

0 comments on commit 02a2d4f

Please sign in to comment.