summaryrefslogtreecommitdiffstats
path: root/src/core/resources
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-12-21 16:04:28 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-12-22 12:16:59 +0100
commit0b94abf948eae39ea677e37d2abc42255f201c31 (patch)
tree16aeaeb689f42489a14ac84012f85e971682b0f1 /src/core/resources
parent63b25dc31658c4ae21f16d316755f9fa62365e0f (diff)
Add namespace to QFrameAllocator docs and remove leading asterisks
Change-Id: I015a203ab9f6fb5520b9674ab55fa89e698b1195 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/resources')
-rw-r--r--src/core/resources/qframeallocator.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/core/resources/qframeallocator.cpp b/src/core/resources/qframeallocator.cpp
index f67f86411..c33eb4fd5 100644
--- a/src/core/resources/qframeallocator.cpp
+++ b/src/core/resources/qframeallocator.cpp
@@ -40,13 +40,12 @@
****************************************************************************/
/*!
- * \class QFrameAllocator
- *
- * \brief Provides a pool of memory chuncks to be used to allocate objects on a per frame basis.
- * The memory can be recycled by following frames by calling clear which won't deallocate any memory.
- *
- *
- */
+ \class Qt3D::QFrameAllocator
+ \inmodule Qt3DCore
+ \brief Provides a pool of memory chuncks to be used to allocate objects on a per frame basis.
+
+ The memory can be recycled by following frames by calling clear which won't deallocate any memory.
+*/
#include "qframeallocator.h"
#include "qframeallocator_p.h"