소스 검색

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;