Kaydet (Commit) be316c62 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve documentation

Change-Id: I37a610acbce78033f90b7d18274eb233a734fd7e
üst 4eb73e4e
......@@ -20,6 +20,10 @@ module PackageKit
{
/**
* The interface used for modifying the package database.
*
* @sa
* https://git.gnome.org/browse/gnome-software/tree/src/org.freedesktop.PackageKit.xml
* for documentation of the corresponding D-Bus interface
*/
interface XModify : com::sun::star::uno::XInterface
{
......
......@@ -19,6 +19,10 @@ module PackageKit
{
/**
* The interface used for quering the package database.
*
* @sa
* https://git.gnome.org/browse/gnome-software/tree/src/org.freedesktop.PackageKit.xml
* for documentation of the corresponding D-Bus interface
*/
interface XQuery : com::sun::star::uno::XInterface
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment