Originally posted by mkalter:
The parser is confused by the word "TRIGGER" in the first comment block. If you remove or rename it, the generated document will be okay.
We'll fix this.
a) does the SKIP-command not work ?
it should ignore the Comment-Block
AFTER removing the Trigger-keyword
the output is still confusing :-(
ASTER@ORMK
index
Trigger tr_a_duab_bri
TRIGGER tr_a_duab_bri BEFORE INSERT ON aster_du_abstellungen FOR EACH ROW
/** Autoversorgung der a_duab_id bei INSERT
#author < Karl Reitschuster (CSC Ploenzke) >
*/
Autoversorgung der a_duab_id bei INSERT
Author
< Karl Reitschuster (CSC Ploenzke) >
--------------------------------------------------------------------------------
Second question (interstest me) is how do you parse the SourceCode, do you use a scanner like yacc/lex for you syntax-analyses, or do you have an own scanner-modul?
Orca
[This message has been edited by orca777 (edited 22 August 2003).]