Sha256: 00503e7e150e55ab33b1e7f67eade7f921b62bac0957ba4178b65fbeaa706c92

Contents?: true

Size: 895 Bytes

Versions: 1

Compression:

Stored size: 895 Bytes

Contents

# yard-coderay

This YARD plugin enables syntax highlighting to all CodeRay supported languages.


## Usage

Install the gem

    $ gem install yard-coderay

Document your code and tag the sample code language

```ruby
# Some method description
#
#       !!!html
#       <p>some HTML example code</p>
#
def some_method
  # ...
end
```

Run YARD

    $ yardoc --plugin coderay

And now your code samples should be documented with the tagged language syntax
highlighting


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sagmor/yard-coderay. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-coderay-0.1.0 README.md