aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-08-29 13:38:23 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-08-29 13:38:23 +0200
commit5cef03aeed4b888a03c83e52e37b1c3f2ef1b5dd (patch)
tree64a369aa71fabb569baddc1de6e3d1c6f543a6c6 /libmessaging-menu
parent857c8a373f85608bc4df4f689e85a3af3b1966f1 (diff)
downloadayatana-indicator-messages-5cef03aeed4b888a03c83e52e37b1c3f2ef1b5dd.tar.gz
ayatana-indicator-messages-5cef03aeed4b888a03c83e52e37b1c3f2ef1b5dd.tar.bz2
ayatana-indicator-messages-5cef03aeed4b888a03c83e52e37b1c3f2ef1b5dd.zip
libmessaging-menu: make real links out of urls in the documentation
Diffstat (limited to 'libmessaging-menu')
-rw-r--r--libmessaging-menu/messaging-menu.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libmessaging-menu/messaging-menu.c b/libmessaging-menu/messaging-menu.c
index bf86c39..87edcb9 100644
--- a/libmessaging-menu/messaging-menu.c
+++ b/libmessaging-menu/messaging-menu.c
@@ -44,10 +44,11 @@
* Following the application item, the Messaging Menu inserts all
* shortcuts actions found in the desktop file which are marked as
* appearing in the Messaging Menu (the TargetEnvironment or OnlyShowIn
- * keywords contains "Messaging Menu"). The desktop file specification
- * contains a detailed explanation of shortcut actions [1]. An
- * application cannot add, remove, or change these shortcut items while
- * it is running.
+ * keywords contains "Messaging Menu"). The <ulink
+ * url="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#extra-actions">
+ * desktop file specification</ulink> contains a detailed explanation of
+ * shortcut actions [1]. An application cannot add, remove, or change
+ * these shortcut items while it is running.
*
* Next, an application section contains menu items for message sources.
* What exactly constitutes a message source depends on the type of
@@ -83,9 +84,8 @@
* the application section is removed completely.
*
* More information about the design and recommended usage of the
- * Messaging Menu is available at https://wiki.ubuntu.com/MessagingMenu
- *
- * [1] http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#extra-actions
+ * Messaging Menu is available at <ulink
+ * url="https://wiki.ubuntu.com/MessagingMenu">https://wiki.ubuntu.com/MessagingMenu</ulink>.
*/
/**