summaryrefslogtreecommitdiffabout
path: root/include/opkele/data.h
Side-by-side diff
Diffstat (limited to 'include/opkele/data.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/opkele/data.h b/include/opkele/data.h
index 7fc635b..d0b0516 100644
--- a/include/opkele/data.h
+++ b/include/opkele/data.h
@@ -1,8 +1,14 @@
#ifndef __OPKELE_DATA_H
#define __OPKELE_DATA_H
+/**
+ * @brief the main opkele namespace
+ */
namespace opkele {
+ /**
+ * @brief internal data opkele namespace
+ */
namespace data {
extern const char *_default_p;
extern const char *_default_g;