ext/vlog.h in ruby-vpi-16.0.1 vs ext/vlog.h in ruby-vpi-17.0.0
- old
+ new
@@ -16,11 +16,11 @@
Relays control from Verilog to Ruby.
*/
verilog_cb_funcSig(vlog_relay_ruby);
/**
- Returns the data corresponding to the callback that caused the relay from
- Verilog to Ruby.
+ Returns the data corresponding to the callback
+ that caused the relay from Verilog to Ruby.
*/
s_cb_data* vlog_relay_ruby_reason();
#endif