chef / ffi-yajl

Ruby FFI gem wrapper around yajl2 library
MIT License
11 stars 21 forks source link

API docs: Avoid YARD warning #98

Closed olleolleolle closed 5 years ago

olleolleolle commented 5 years ago

Description

This PR updates the YARD docstring annotations to avoid a warning.

``` Building YARD (yri) index for ffi-yajl-2.3.1... lib/ffi_yajl/map_library_name.rb:37: [InvalidTagFormat] Invalid tag format for @return lib/ffi_yajl/map_library_name.rb:46: [InvalidTagFormat] Invalid tag format for @return lib/ffi_yajl/map_library_name.rb:66: [InvalidTagFormat] Invalid tag format for @return ```

Types of changes

Checklist:

tas50 commented 5 years ago

Thanks @olleolleolle