@return tag doesn't work
Posted: Sun Jul 14, 2013 3:53 pm
I tried the newest version of newlisp,
Get the newlispdoc codes from http://newlisp.org/syntax.cgi?code/newlispdoc.txt
But when I use @return tag in comments, I just get result below
;; @return Returns cookie if login succeeds
It seems a bug in newlispdoc.
Code: Select all
newlisp -v
newLISP v.10.5.3 64-bit on Linux IPv4/6 UTF-8 libffi.
But when I use @return tag in comments, I just get result below
;; @return Returns cookie if login succeeds
It seems a bug in newlispdoc.