1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Doxygen: Add top-level LittleFoot functions group

This commit is contained in:
tpoole 2017-08-21 09:52:31 +01:00
parent 25b1390a4a
commit 372bc66c9d

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);
/** @} */