move CPP_OPTS to config
[prop.git] / prop-src / documentation.cc
blobbf442fc9795dd6a83f73a7edfff1c1a1f3101e04
1 ///////////////////////////////////////////////////////////////////////////////
2 // This file is generated automatically using Prop (version 2.3.6),
3 // last updated on Nov 2, 1999.
4 // The original source file is "documentation.pcc".
5 ///////////////////////////////////////////////////////////////////////////////
7 #define PROP_PARSER_USED
8 #include <propdefs.h>
9 #line 1 "documentation.pcc"
10 ///////////////////////////////////////////////////////////////////////////////
12 // This file implements the source documentation features.
14 ///////////////////////////////////////////////////////////////////////////////
15 #include <string.h>
16 #include <stdlib.h>
17 #include "parser.h"
19 void PropParser::emit_doc()
20 { doc.emit(lexbuf.text(), lexbuf.length()); }
21 #line 12 "documentation.pcc"
23 ------------------------------- Statistics -------------------------------
24 Merge matching rules = yes
25 Number of DFA nodes merged = 0
26 Number of ifs generated = 0
27 Number of switches generated = 0
28 Number of labels = 0
29 Number of gotos = 0
30 Adaptive matching = enabled
31 Fast string matching = disabled
32 Inline downcasts = enabled
33 --------------------------------------------------------------------------