MINOR Documentation

This commit is contained in:
Ingo Schommer 2011-01-13 08:27:26 +00:00
parent e0c8b6e9e0
commit ac5b0e53e8

View File

@ -471,7 +471,9 @@ class DocumentationService {
} }
/** /**
* Helper function to strip the extension off * Helper function to strip the extension off.
* Warning: Doesn't work if the filename includes dots,
* but no extension, e.g. "2.4.0-alpha" will return "2.4".
* *
* @param string * @param string
* *