zbus-old
zbus-old copied to clipboard
Documentation for commented-out items spills over to the next one
trafficstars
In GitLab by @jplatte on Sep 22, 2020, 17:47
You've got a few cases where you've got doc comments above a commented-out item (notably for DBusProxy methods). These are applied to the next, non-commented out item. See for example the documentation for DBusProxy::features:

Oh, good catch!