浏览代码

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

Remove old doc comments in image_loader header
Rémi Verschelde 6 年之前
父节点
当前提交
0cbde254e9
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      core/io/image_loader.h

+ 0 - 12
core/io/image_loader.h

@@ -41,20 +41,8 @@
 	@author Juan Linietsky <[email protected]>
 */
 
-/**
- * @class ImageScanLineLoader
- * @author Juan Linietsky <[email protected]>
- *
-
- */
 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;