rightscale-cookbooks / yard-chef

MIT License
49 stars 16 forks source link

Issues while parsing attributes #25

Open ab29 opened 4 years ago

ab29 commented 4 years ago

I am facing an issue where attributes are not getting parsed properly. I don't see description, default values etc. I am not too sure if the plugin is getting loaded properly. Tried with ruby 4.6.0 and 4.3.1

Ran: yardoc './*/.rb' --plugin chef --verbose

Following is what I see in UI: (missing description and default values) image

Thanks in advance for the help.