sublime-jsdocs
sublime-jsdocs copied to clipboard
LUA support ?
trafficstars
Functions in lua are similar to the design of functions in javascript but line commets starts with "--" or block comments "--[[.. ]]". It would be great to have same functionality in LUA
sample luca code
function GetWeekActivites( year, week )
... code ...
end
-- function comment
function GetWeekActivites( year, week )
... code ...
end
--[[
- function comment
-]]
function GetWeekActivites( year, week )
... code ...
end
ok cool... I'll give it a shot when I get some time.
I currently develop an alternative to DocBlockr called DoxyDoxygen This language is supported. See Compare Doxygen to DocBlockr for details Perhaps you may try it. I am interested by any feedback