summaryrefslogtreecommitdiffstats
path: root/raul/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Path.h')
-rw-r--r--raul/Path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/Path.h b/raul/Path.h
index 9412e3c..d4db163 100644
--- a/raul/Path.h
+++ b/raul/Path.h
@@ -34,6 +34,8 @@ using std::string;
*
* Valid characters are the 95 printable ASCII characters (32-126), excluding:
* space # * , ? [ ] { }
+ *
+ * \ingroup raul
*/
class Path : public std::basic_string<char> {
public: