Merge pull request #31269 from IAmActuallyCthulhu/pr/remove-old-image-loader-doc-comments

Remove old doc comments in image_loader header
This commit is contained in:
Rémi Verschelde 2019-08-12 08:29:24 +02:00 committed by GitHub
commit 0cbde254e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,20 +41,8 @@
@author Juan Linietsky <reduzio@gmail.com>
*/
/**
* @class ImageScanLineLoader
* @author Juan Linietsky <reduzio@gmail.com>
*
*/
class ImageLoader;
/**
* @class ImageLoader
* Base Class and singleton for loading images from disk
* Can load images in one go, or by scanline
*/
class ImageFormatLoader {
friend class ImageLoader;
friend class ResourceFormatLoaderImage;