Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbus: fix deprecated marks and docs #369

Merged
merged 1 commit into from
May 3, 2021
Merged

Commits on Apr 30, 2021

  1. dbus: fix deprecated marks and docs

    1. Fix "Deprecated:" annocations. They must be at the start of a new
       paragraph (IOW it needs an empty line before), otherwise tools
       (linters etc.) don't see them.
    
    2. It is weird that the deprecated functions are documented, while
       the non-deprecated ones just refer to the deprecated ones. Move the
       documentation to non-deprecated functions.
    
    3. Address some nits in docs:
       - add missing documentation for some methods;
       - add missing punctuation;
       - fix bad formatting (in particular, markdown is not supported);
       - minor rewording in a few places.
    
    Fixes: 7172a8d ("dbus: add context-aware methods")
    Fixes: c51f092 ("dbus: add context to open functions")
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4685925 View commit details
    Browse the repository at this point in the history