forked from mia/Aegisub
Fix doxygen markup in platform_unix_linux.cpp.
Originally committed to SVN as r3571.
This commit is contained in:
parent
71065e6f66
commit
3ba3955e2f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ wxString PlatformUnixLinux::UnixLibraries() {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Parse a /proc "key: value" style text file and extract a value.
|
* @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) {
|
wxString PlatformUnixLinux::getProcValue(const wxString path, const wxString key) {
|
||||||
const wxString prefix = wxString(key) + ":";
|
const wxString prefix = wxString(key) + ":";
|
||||||
|
|
Loading…
Reference in a new issue