added more docu and cleaned up code a bit

This commit is contained in:
nemu
2010-05-26 19:31:13 +00:00
parent 26267a8f92
commit 959c792a68
13 changed files with 233 additions and 235 deletions

View File

@ -55,7 +55,7 @@ typedef parse_tree_match_t::tree_iterator iter_t;
//--------------------------------------------------------------------------
/**
*
* <p>EBNF like grammar definition of a function entry in the msr-file FUNCTION block.
*/
struct PFunctionGrammar : public grammar<PFunctionGrammar>
{