Cleanup: use C style doxygen comments
This commit is contained in:
@@ -76,7 +76,7 @@ class MEM_RefCounted {
|
||||
}
|
||||
|
||||
protected:
|
||||
/// The reference count.
|
||||
/** The reference count. */
|
||||
int m_refCount;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user