fix some simple Doxygen warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2011-11-05 11:55:00 +00:00
parent 38ea03c936
commit deed8373ae
3 changed files with 2 additions and 4 deletions

View File

@@ -1293,7 +1293,7 @@ void wxVLogStatus(const char* formatString, va_list argPtr);
/**
Mostly used by wxWidgets itself, but might be handy for logging errors
after system call (API function) failure. It logs the specified message
text as well as the last system error code (@e errno or @e ::GetLastError()
text as well as the last system error code (@e errno or @e GetLastError()
depending on the platform) and the corresponding error message. The second
form of this function takes the error code explicitly as the first
argument.