yard and links to classes/modules in the doc yard and links to classes/modules in the doc ruby ruby

yard and links to classes/modules in the doc


Quoth the documentation:

YARD supports a special syntax to link to other code objects or files. The syntax is {ObjectName#method OPTIONAL_TITLE}. This syntax is acceptable anywhere in documentation with the exception of the @see tag, which automatically links its data.

So, you want

## == Provides various utility features#### == Features#### Logging: logging is provided by the {Mysoft::Mypackage::Utility::Logger} class##