cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Fix documentation markup for CocoaDocs #55

Closed zoul closed 9 years ago

zoul commented 9 years ago

Looking at the nice documentation generated over at CocoaDocs, the documentation markup used in our source code doesn’t work correctly. There are several ways to mark up the documentation – the current one works in Xcode, but apparently not on CocoaDocs. We should take a look at some other library to see what works for them.

shpakovski commented 9 years ago

Something like this works on CocoaPods:

/// Returns custom class for drawing control.
+ (Class)shortcutCellClass;
zoul commented 9 years ago

Nope, the new version still doesn’t work as expected, all the markup is ignored. Will try with appledoc to see if I can find the reason.

zoul commented 9 years ago

Yes, now it finally works.