summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 1c3c1c1..8757be2 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -25,6 +25,7 @@
//------------------------------------------------------------------------
+/** Helper struct representing a mapping from debug label to a debug ID */
struct LabelMap
{
const char *name;
@@ -49,6 +50,7 @@ static LabelMap s_labels[] =
{ 0, (Debug::DebugMask)0 }
};
+/** Class representing a mapping from debug labels to debug IDs. */
class LabelMapper
{
public: