From 3ba3955e2f62e88930d2a716802c174a6907fb9e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 26 Sep 2009 20:29:25 +0000 Subject: [PATCH] Fix doxygen markup in platform_unix_linux.cpp. Originally committed to SVN as r3571. --- aegisub/reporter/platform_unix_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/reporter/platform_unix_linux.cpp b/aegisub/reporter/platform_unix_linux.cpp index fef5edfc5..ba9083963 100644 --- a/aegisub/reporter/platform_unix_linux.cpp +++ b/aegisub/reporter/platform_unix_linux.cpp @@ -83,7 +83,7 @@ wxString PlatformUnixLinux::UnixLibraries() { /** * @brief Parse a /proc "key: value" style text file and extract a value. - * The last valid value will be returned. + * @return The last valid value */ wxString PlatformUnixLinux::getProcValue(const wxString path, const wxString key) { const wxString prefix = wxString(key) + ":";