Remove old doc comments in image_loader header
This commit is contained in:
parent
71a6d2cd17
commit
a940ed781c
1 changed files with 0 additions and 12 deletions
|
@ -41,20 +41,8 @@
|
||||||
@author Juan Linietsky <reduzio@gmail.com>
|
@author Juan Linietsky <reduzio@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @class ImageScanLineLoader
|
|
||||||
* @author Juan Linietsky <reduzio@gmail.com>
|
|
||||||
*
|
|
||||||
|
|
||||||
*/
|
|
||||||
class ImageLoader;
|
class ImageLoader;
|
||||||
|
|
||||||
/**
|
|
||||||
* @class ImageLoader
|
|
||||||
* Base Class and singleton for loading images from disk
|
|
||||||
* Can load images in one go, or by scanline
|
|
||||||
*/
|
|
||||||
|
|
||||||
class ImageFormatLoader {
|
class ImageFormatLoader {
|
||||||
friend class ImageLoader;
|
friend class ImageLoader;
|
||||||
friend class ResourceFormatLoaderImage;
|
friend class ResourceFormatLoaderImage;
|
||||||
|
|
Loading…
Reference in a new issue