mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix some missing Doxygen tags
This commit is contained in:
parent
82bc9f3195
commit
c474cb2469
10 changed files with 23 additions and 18 deletions
|
|
@ -70,6 +70,8 @@ template <typename Fn> ScopeGuard (Fn) -> ScopeGuard<Fn>;
|
|||
- Moving a unique_ptr transfers the responsibility of destroying the managed object
|
||||
to another unique_ptr instance; moving an ErasedScopeGuard transfers the
|
||||
responsibility of calling the callback to another Guard instance.
|
||||
|
||||
@tags{Core}
|
||||
*/
|
||||
class [[nodiscard]] ErasedScopeGuard
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue