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

Fix some Doxygen docstrings

This commit is contained in:
Tom Poole 2024-06-12 08:50:39 +01:00
parent 4808fdce30
commit 05b036272a
10 changed files with 41 additions and 1 deletions

View file

@ -32,6 +32,10 @@
==============================================================================
*/
/** A base class for building Options.
@tags{Core}
*/
template <typename OptionsType>
class OptionsBuilder
{