doc : doxygen tag update on renderImage returned value

This commit is contained in:
Anthony Le Mansec
2010-09-24 20:38:17 +02:00
parent 0a4309134e
commit 5d59cc4d1a
+1 -1
View File
@@ -15,7 +15,7 @@ interface IAssetViewer {
/**
* @brief renders currently loaded image asset to given format.
* @param toFormat (string) format identifier to convert image to (eg: "JPEG")
* @return (mixed) sets http content-type header and outputs raw image datas.
* @return (void) sets http content-type header and outputs raw image datas.
*/
function renderImage($toFormat);