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
The error occurs in a JavaScript function called: navExpander. The issue is probably that the --one-file output does not have a navigation bar, but the JavaScript is shared with the default template, which do have a navigation bar.
Expected Output
No JavaScript errors.
Environment details:
OS: macOS 12.0.1
Ruby version (ruby -v): ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-darwin20]
YARD version (yard -v): yard 0.9.27
The text was updated successfully, but these errors were encountered:
When generating documentation with the
--one-file
flag, the generate output contains a JavaScript error.Steps to reproduce
index.html
in the browserActual Output
I get this error, both in Safari and Chrome:
The error occurs in a JavaScript function called:
navExpander
. The issue is probably that the--one-file
output does not have a navigation bar, but the JavaScript is shared with the default template, which do have a navigation bar.Expected Output
No JavaScript errors.
Environment details:
ruby -v
): ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-darwin20]yard -v
): yard 0.9.27The text was updated successfully, but these errors were encountered: