I was wondering if we could get the JUCE Math functions added to the online docs?
Cheers,
Rail
I was wondering if we could get the JUCE Math functions added to the online docs?
Cheers,
Rail
Do you mean these?
http://www.juce.com/api/juce__MathsFunctions_8h.html
Yeah, I found them after I posted in the Files by scrolling down to find juce_MathsFunctions.h — I guess I was hoping there would be an easier way to get there like the Classes tab… another tab for Math functions or “Functions”.
Cheers,
Rail
Apparently Doxygen does not offer the option to create an extra tab for free-standing functions.
I thought perhaps…
<navindex>
...
<tab type="user" url="https://www.juce.com/api/globals_func.html" title="Functions"/>
...
</navindex>
http://www.stack.nl/~dimitri/doxygen/manual/customize.html
Cheers,
Rail
Yes, this could work, thanks!
Also, next time if you are looking for a particular function, you could always use the search bar in the upper right corner.
I was looking to see if there were any functions I should be aware of… so was looking in the source code… but thought it may be useful to have online as well.
Cheers,
Rail