This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Running yard docs --tag owner
fails to generate on classes with comments
#1482
Labels
Steps to reproduce
POC can also be found at: https://github.com/Skipants/yard-poc/tree/master/error-converting-class-to-string
standard_object.rb
containing a class with a comment:yard doc --tag owner standard_object.rb
Actual Output
This errors with
[error]: Exception occurred while generating 'Base.html'
Full debug:
Expected Output
Expecting regular output as if run without a custom tag:
Environment details:
ruby -v
):ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]
yard -v
):yard 0.9.28
I have read the Contributing Guide. ✅
The text was updated successfully, but these errors were encountered: