+ Added some documentation

+ Now verifies the given priority is valid


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@649 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-08-08 07:21:31 +00:00
parent 10db8711a8
commit 0bc621d53b
2 changed files with 11 additions and 2 deletions
+3
View File
@@ -18,6 +18,9 @@ namespace Sniffer {
class Expr;
/*! \brief A priority and a list of expressions to be used for sniffing out the
type of an untyped file.
*/
class Rule {
public:
Rule();