Skip to content

Commit

Permalink
MIES_GlobalStringAndVariableAccess.ipf: Add newlines before/after rst…
Browse files Browse the repository at this point in the history
… blocks
  • Loading branch information
t-b committed Aug 7, 2024
1 parent af51064 commit 76d288d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Packages/MIES/MIES_GlobalStringAndVariableAccess.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
///
/// Instead if you have a global variable named `iceCreamCounter` in `root:myfood` you
/// would write in this file here a function like
///
/// \rst
/// .. code-block:: igorpro
///
/// Function/S GetIceCreamCounterAsVariable()
/// return GetNVARAsString(createDFWithAllParents("root:myfood"), "iceCreamCounter")
/// End
/// \endrst
///
/// and then use it in your code as
///
/// \rst
/// .. code-block:: igorpro
///
Expand Down

0 comments on commit 76d288d

Please sign in to comment.