Cleanup: use C style doxygen comments

This commit is contained in:
Campbell Barton
2020-09-12 16:33:34 +10:00
parent 4c24e8e992
commit 8c17269183
17 changed files with 80 additions and 80 deletions

View File

@@ -76,7 +76,7 @@ class MEM_RefCounted {
}
protected:
/// The reference count.
/** The reference count. */
int m_refCount;
};