1 ///////////////////////////////////////////////////////////////////////////////
3 // This file implements the source documentation features.
5 ///////////////////////////////////////////////////////////////////////////////
10 void PropParser::emit_doc()
11 { doc.emit(lexbuf.text(), lexbuf.length()); }