From f0764cac4e022d2bbd461777937a874b3ca7cb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 11 Dec 2012 17:14:49 +0100 Subject: [PATCH] Doc++ How I could forgot @brief here?! --- src/Platform/AbstractXApplication.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform/AbstractXApplication.h b/src/Platform/AbstractXApplication.h index d26ddcc8b..8a91dcd86 100644 --- a/src/Platform/AbstractXApplication.h +++ b/src/Platform/AbstractXApplication.h @@ -297,6 +297,7 @@ class AbstractXApplication { }; /** @hideinitializer +@brief Entry point for X11-based applications @param className Class name Can be used as equivalent to the following code to achieve better portability,