Need help fixing eudoc creole

new topic     » topic index » view thread      » older message » newer message

In eudoc/common.e, How can you get the func_name to return the real function name and not just the placeholder text "Unknown"?

common.e line 53 of 89

with trace 
... 
if atom(func_search) then 
        with trace(1) -- statement 1: 
        func_name = "Unknown" 
else 
        with trace(1) -- statement 2: 
        func_name = func_name[func_search[2][1]..func_search[2][2]] 
end if 

I ran it with trace using this:

exwc eudoc.ex -a ..\..\docs\eu40.af -o euphoria.txt 
and the second assignment statement is never called. Could you track down why this is, I would greatly appreciated it.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu