socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
968 stars 86 forks source link

monitor.rb :nodoc => :nodoc: [skip ci] #208

Closed MSP-Greg closed 5 years ago

MSP-Greg commented 5 years ago

monitor.rb currently has the following comment with :nodoc

https://github.com/socketry/nio4r/blob/4dc00962f95d2e900a1c5bbde773410aa9d0ade2/lib/nio/monitor.rb#L1-L10

I believe at one point RDoc accepted that, but current docs for it show :nodoc:. Commit updates only that comment line.

See docs shown at https://msp-greg.github.io/nio4r/

ioquatix commented 5 years ago

Thanks