Browse Source

Doxygen: Add top-level LittleFoot functions group

tags/2021-05-28
tpoole 7 years ago
parent
commit
ac75714aba
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      modules/juce_blocks_basics/juce_LittleFootFunctions.dox

+ 7
- 0
modules/juce_blocks_basics/juce_LittleFootFunctions.dox View File

@@ -1,3 +1,8 @@
/** @defgroup LittleFootFunctions LittleFoot Functions
Functions available in the LittleFoot language
@{
*/
/** Reads and returns the value of a single byte from the heap.
@param byteIndex the index (in bytes) of the byte to read
@@ -763,3 +768,5 @@ void setLocalConfigItemRange (int item, int min, int max);
@note Requires >= 0.2.5 firmware
*/
void setLocalConfigActiveState (int item, bool isActive, bool saveToFlash);
/** @} */

Loading…
Cancel
Save