aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutMonitor.h
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-13 08:47:43 +0100
committerTomáš Znamenáček2015-01-13 08:49:56 +0100
commitcd0926808c881bd281443e3bcc3aa422e063cefb (patch)
tree0d87073137499b5f673a0e8db714877ac50749c9 /Framework/MASShortcutMonitor.h
parent0a0619461d473085608af0aa1e00540bf6253a9c (diff)
downloadMASShortcut-cd0926808c881bd281443e3bcc3aa422e063cefb.tar.bz2
Changed headerdoc markup to work better with CocoaDocs (closes #55).
Diffstat (limited to 'Framework/MASShortcutMonitor.h')
-rw-r--r--Framework/MASShortcutMonitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Framework/MASShortcutMonitor.h b/Framework/MASShortcutMonitor.h
index 609686a..69affc1 100644
--- a/Framework/MASShortcutMonitor.h
+++ b/Framework/MASShortcutMonitor.h
@@ -1,7 +1,7 @@
#import "MASShortcut.h"
/**
- @brief Executes action when a shortcut is pressed.
+ Executes action when a shortcut is pressed.
There can only be one instance of this class, otherwise things
will probably not work. (There’s a Carbon event handler inside
@@ -13,7 +13,7 @@
+ (instancetype) sharedMonitor;
/**
- @brief Register a shortcut along with an action.
+ Register a shortcut along with an action.
Attempting to insert an already registered shortcut probably won’t work.
It may burn your house or cut your fingers. You have been warned.