forked from quickshell/quickshell
all: use type/prop shorthand in docs
This commit is contained in:
parent
c4cc662bcc
commit
e9cacbd92d
17 changed files with 38 additions and 63 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
class DesktopAction;
|
||||
|
||||
/// A desktop entry. See [DesktopEntries](../desktopentries) for details.
|
||||
/// A desktop entry. See @@DesktopEntries for details.
|
||||
class DesktopEntry: public QObject {
|
||||
Q_OBJECT;
|
||||
Q_PROPERTY(QString id MEMBER mId CONSTANT);
|
||||
|
@ -75,7 +75,7 @@ private:
|
|||
friend class DesktopAction;
|
||||
};
|
||||
|
||||
/// An action of a [DesktopEntry](../desktopentry).
|
||||
/// An action of a @@DesktopEntry$.
|
||||
class DesktopAction: public QObject {
|
||||
Q_OBJECT;
|
||||
Q_PROPERTY(QString id MEMBER mId CONSTANT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue