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 issues

This commit is contained in:
attila 2024-08-19 12:34:06 +02:00
parent a34bd74133
commit d7d8155da9
3 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ namespace juce
Helper class to synchronise Component updates to the vertical blank event of the display that
the Component is presented on. This is useful when animating the Component's contents.
@tags{GUI, Animations}
@tags{Animations}
*/
class JUCE_API VBlankAttachment final : public ComponentPeer::VBlankListener,
public ComponentListener