From 68f689e45a3bfe75dbb8445fc5e7b0beaa4ed3a6 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Wed, 11 Apr 2018 21:46:36 +0200
Subject: [PATCH] fixes in documentation of regexps

---
 alib2data/src/regexp/formal/FormalRegExpSymbol.h       | 2 ++
 alib2data/src/regexp/unbounded/UnboundedRegExpSymbol.h | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/alib2data/src/regexp/formal/FormalRegExpSymbol.h b/alib2data/src/regexp/formal/FormalRegExpSymbol.h
index 9912dad383..6763920ff1 100644
--- a/alib2data/src/regexp/formal/FormalRegExpSymbol.h
+++ b/alib2data/src/regexp/formal/FormalRegExpSymbol.h
@@ -57,6 +57,8 @@ class FormalRegExpSymbol : public FormalRegExpElement < SymbolType >, public ext
 public:
 	/**
 	 * \brief Creates a new instance of the symbol node using the actual symbol to represent.
+	 *
+	 * \param symbol the value of the represented symbol
 	 */
 	explicit FormalRegExpSymbol ( SymbolType symbol );
 
diff --git a/alib2data/src/regexp/unbounded/UnboundedRegExpSymbol.h b/alib2data/src/regexp/unbounded/UnboundedRegExpSymbol.h
index ce5272e9c0..305650bde2 100644
--- a/alib2data/src/regexp/unbounded/UnboundedRegExpSymbol.h
+++ b/alib2data/src/regexp/unbounded/UnboundedRegExpSymbol.h
@@ -57,6 +57,8 @@ class UnboundedRegExpSymbol : public UnboundedRegExpElement < SymbolType >, publ
 public:
 	/**
 	 * \brief Creates a new instance of the symbol node using the actual symbol to represent.
+	 *
+	 * \param symbol the value of the represented symbol
 	 */
 	explicit UnboundedRegExpSymbol ( SymbolType symbol );
 
-- 
GitLab