summaryrefslogtreecommitdiffstats
path: root/rasdl/symbtbl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'rasdl/symbtbl.hh')
-rw-r--r--rasdl/symbtbl.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/rasdl/symbtbl.hh b/rasdl/symbtbl.hh
index ab2c0b4..e579902 100644
--- a/rasdl/symbtbl.hh
+++ b/rasdl/symbtbl.hh
@@ -34,6 +34,10 @@ class YSymbol;
/**
Contains the all the symbols and the scopetree.
*/
+
+/**
+ * \ingroup Rasdls
+ */
class YSymbolTable {
friend class YSymbol;
@@ -142,6 +146,10 @@ struct YConstant
/**
Defines a symbol during parsing. It can represent various types of data.
*/
+
+/**
+ * \ingroup Rasdls
+ */
class YSymbol
{
friend class YSymbolTable;