I tried to document some Ruby code using yard, and although I am doing exactly what is described here or here
def initialize(n, p)
end
I still get this weird error though
@param tag has unknown parameter name: the
@param tag has unknown parameter name: success
and then the generated html looks wierd. I call yardthis:
$ yard doc -m markdown
What can i do wrong?
source
share