Skip to content

Commit

Permalink
YARD: markup markdown
Browse files Browse the repository at this point in the history
to process `code` instead of RDoc +code+
  • Loading branch information
mvidner committed Sep 26, 2023
1 parent 16df8cb commit 3c8cbb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--markup markdown
lib/**/*.rb
-
README.md
Expand Down
4 changes: 2 additions & 2 deletions lib/dbus/object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ def self.dbus_reader_attr_accessor(ruby_name, type, dbus_name: nil, emits_change
# you should emit the `PropertiesChanged` signal by calling
# {#dbus_properties_changed}.
#
# dbus_properties_changed(interface_name, {dbus_name.to_s => value}, [])
# dbus_properties_changed(interface_name, {dbus_name.to_s => value}, [])
#
# or, omitting the value in the signal,
#
# dbus_properties_changed(interface_name, {}, [dbus_name.to_s])
# dbus_properties_changed(interface_name, {}, [dbus_name.to_s])
#
# @param (see .dbus_attr_accessor)
# @return (see .dbus_attr_accessor)
Expand Down

0 comments on commit 3c8cbb9

Please sign in to comment.