diff --git a/alib2data/src/regexp/formal/FormalRegExpEpsilon.h b/alib2data/src/regexp/formal/FormalRegExpEpsilon.h
index daa9fea83e659695c85106f7fd75e40c6b65836b..2551f68dbd37f036ec37f811f15e446d83427034 100644
--- a/alib2data/src/regexp/formal/FormalRegExpEpsilon.h
+++ b/alib2data/src/regexp/formal/FormalRegExpEpsilon.h
@@ -55,7 +55,6 @@ public:
 	 */
 	virtual FormalRegExpElement* plunder() &&;
 	
-	/**
 	virtual bool operator<(const FormalRegExpElement&) const;
 	virtual bool operator==(const FormalRegExpElement&) const;
 	virtual bool operator>(const FormalRegExpElement&) const;