diff --git a/modules/juce_blocks_basics/juce_LittleFootFunctions.dox b/modules/juce_blocks_basics/juce_LittleFootFunctions.dox index 9933e3aa63..bc61a2a737 100644 --- a/modules/juce_blocks_basics/juce_LittleFootFunctions.dox +++ b/modules/juce_blocks_basics/juce_LittleFootFunctions.dox @@ -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); + +/** @} */