ruby - How do I document generated classes in Yard? -



ruby - How do I document generated classes in Yard? -

i have class create mill function this:

cake = myproject.struct(:type, :price)

in yard, it's displayed along constants:

cake = struct(:type, :price)

i want show in "classes: " list. after reading on docs, lead believe work:

# @!parse class cake; end cake = myproject.struct(:type, :price)

but literally changed nothing.

is possible yard document dynamically created classes classes?

ruby rdoc yard

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -