gcc config
[prop.git] / prop-src / documentation.pcc
blob878e110a4c18728144bed6404e78f0a63ffef073
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 //  This file implements the source documentation features.
4 //
5 ///////////////////////////////////////////////////////////////////////////////
6 #include <string.h>
7 #include <stdlib.h>
8 #include "parser.ph"
10 void PropParser::emit_doc()
11 {  doc.emit(lexbuf.text(), lexbuf.length()); }