You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use LDoc to export in a markdown format the comments in my modules. But for some unknown reason I can't get it to export the tags (using only standard one like @param@return)
I've tested the following LDoc versions
using the luarocks one (markdown export is bugged and doesn't work at all)
using the latest github release and applying the following commit a3bb407
----
module: x1B[1mthree Alternative to no-magic style.x1B[0m
Description here
x1B[1mfunction answer()
x1B[0manswer to everything.
returns:
magic number
tags:
export true
Am I doing something wrong ? is it bugged ? (it works fine if I'm using the html export)
The text was updated successfully, but these errors were encountered:
Hello there,
I would like to use LDoc to export in a markdown format the comments in my modules. But for some unknown reason I can't get it to export the tags (using only standard one like @param @return)
I've tested the following LDoc versions
If i'm using the three.lua example from the documentation (https://stevedonovan.github.io/ldoc/examples/three.lua.html)
here is the result from the following command :
lua /usr/src/LDoc/ldoc.lua /usr/src/three.lua --ext md
the funny thing is that if I use the --dump option, it shows me that the tags aren't ignored
lua /usr/src/LDoc/ldoc.lua /usr/src/three.lua --ext md --dump
Am I doing something wrong ? is it bugged ? (it works fine if I'm using the html export)
The text was updated successfully, but these errors were encountered: