From d79e33831e4713493e74a9267dc2bb5fe260685a Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 14 Feb 2019 14:24:39 +0100 Subject: MacGui: fix documentation link, some property annotations. --- macosx/HBUtilities.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macosx/HBUtilities.h') diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index fd8963693..edf25ed73 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -22,6 +22,11 @@ NS_ASSUME_NONNULL_BEGIN */ + (nullable NSURL *)appSupportURL; +/** + * Returns the url of the current version documentation. + */ +@property (nonatomic, readonly, class) NSURL *documentationURL; + /** * Writes a message to standard error. * The message will show up in the output panel and in the activity log. -- cgit v1.2.3