Re: Need help fixing eudoc creole
- Posted by jcmarsh Sep 01, 2008
- 813 views
I think it may be a problem in the input files themselves.
Example:
include/std/io.e line 269 of 1061
--** -- Signature: -- global function gets(integer fn)
This is processed, I think around line 46 of eudoc/common.e
... if eu:match("Signature:", line) then ...
I don't know where to go from there though.