4
1
mirror of https://github.com/QuasarApp/Heart.git synced 2025-05-02 20:49:40 +00:00

update docs

This commit is contained in:
Andrei Yankovich 2025-02-17 14:14:06 +01:00
parent 7875cdb6eb
commit e34e833cc2
2 changed files with 2 additions and 2 deletions
src/public
submodules

@ -16,7 +16,7 @@ namespace QH {
* @brief The AsyncRenderLoop is a class for asynchronous rendering. * @brief The AsyncRenderLoop is a class for asynchronous rendering.
* This class is used to create a render loop that is executed in a separate thread. * This class is used to create a render loop that is executed in a separate thread.
* To use this class, you must inherit from it and implement the renderIteration method. * To use this class, you must inherit from it and implement the renderIteration method.
* @example : * **example:** :
* @code{cpp} * @code{cpp}
* class MyRenderLoop: public AsyncRenderLoop * class MyRenderLoop: public AsyncRenderLoop
* { * {

@ -1 +1 @@
Subproject commit ebdd8605313200c48d74cfba6592ed543135a663 Subproject commit 9c6c6d257c24f27c281886e2a61d9a83391c2eb3