X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bc6150f03338c69eb9bc3a040c24d509f3d1dad..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/filefn.h diff --git a/interface/wx/filefn.h b/interface/wx/filefn.h index c1f4bbd9b9..4464a3651e 100644 --- a/interface/wx/filefn.h +++ b/interface/wx/filefn.h @@ -322,7 +322,7 @@ wxString wxPathOnly(const wxString& path); bool wxIsWild(const wxString& pattern); /** - Returns @true if the argument is an absolute filename, i.e. with a slash + Returns @true if the argument is an absolute filename, i.e.\ with a slash or drive name at the beginning. @header{wx/filefn.h}