You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Remove old doc comments in image_loader header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user