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:
parent
25b1390a4a
commit
372bc66c9d
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue