|
Hi,According to documentation [1], function comments may be related to a type or global environment. So, commenting a function will make it appear under its related type in outline. To enjoy completion for this function, you may require its module [2] and use it from there.
I hope I helped[1] LDD Function Documentation: http://wiki.eclipse.org/Koneki/LDT/User_Area/Documentation_Language#Function_comment_block [2] LDD Module concept: http://wiki.eclipse.org/Koneki/LDT/User_Area/Documentation_Language#Module
Le 16/01/2013 14:57, steve donovan a écrit :
Also, what does a function need to do to have documentation? It's available for the built-ins, but I note that adding LuaDoc comments to functions does not add any immediate magic.