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
When working on cartage 2.0, I found a case where the improper placement of the :stopdoc: directive can prevent the indexing of a class documented in another file. I have created a minimal reproduction and workaround as a gist.
My specific use-case was that I have a file that implements #dig for RUBY_VERSION < '2.3'. I don’t want any of that documented because its presence is incidental to the main gem.
Funnily enough, this may be related to the fix in #55 mentioned in the guidelines for contributing.
The text was updated successfully, but these errors were encountered:
When working on cartage 2.0, I found a case where the improper placement of the
:stopdoc:
directive can prevent the indexing of a class documented in another file. I have created a minimal reproduction and workaround as a gist.My specific use-case was that I have a file that implements
#dig
forRUBY_VERSION < '2.3'
. I don’t want any of that documented because its presence is incidental to the main gem.Funnily enough, this may be related to the fix in #55 mentioned in the guidelines for contributing.
The text was updated successfully, but these errors were encountered: