Added some documentation

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@648 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-08-08 07:20:47 +00:00
parent 8795d3cfc9
commit 10db8711a8
11 changed files with 31 additions and 8 deletions
@@ -20,6 +20,7 @@ namespace Sniffer {
class Err;
class Pattern;
//! A list of patterns, all of which are to be searched over the same range.
class PatternList : public Expr {
public:
PatternList(Range range);