summaryrefslogtreecommitdiff
path: root/src/parser/bounded_token_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/bounded_token_factory.h')
-rw-r--r--src/parser/bounded_token_factory.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/parser/bounded_token_factory.h b/src/parser/bounded_token_factory.h
index faf289ef4..4d510c9e3 100644
--- a/src/parser/bounded_token_factory.h
+++ b/src/parser/bounded_token_factory.h
@@ -1,5 +1,6 @@
/********************* */
-/** bounded_token_factory.h
+/*! \file bounded_token_factory.h
+ ** \verbatim
** Original author: cconway
** Major contributors: mdeters
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief An ANTLR3 bounded token factory.
**
** An ANTLR3 bounded token factory. The factory has a fixed number of
** tokens that are re-used as parsing proceeds. Only use this factory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback