Browse Source

doc: forgot to list DefaultInit here.

pull/650/head
Vladimír Vondruš 2 years ago
parent
commit
020895ca85
  1. 2
      src/Magnum/Tags.h

2
src/Magnum/Tags.h

@ -26,7 +26,7 @@
*/
/** @file
* @brief Tag type @ref Magnum::NoInitT, @ref Magnum::NoCreateT, @ref Magnum::NoAllocateT, tag @ref Magnum::NoInit, @ref Magnum::NoCreate, @ref Magnum::NoAllocate
* @brief Tag type @ref Magnum::DefaultInitT, @ref Magnum::NoInitT, @ref Magnum::NoCreateT, @ref Magnum::NoAllocateT, tag @ref Magnum::DefaultInit, @ref Magnum::NoInit, @ref Magnum::NoCreate, @ref Magnum::NoAllocate
*/
#include <Corrade/Tags.h>

Loading…
Cancel
Save