From dbcebe1def5c355120c61b575390d1d9ac355f67 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Sat, 19 Dec 2015 22:24:42 +0900 Subject: clear up --- Code/Blocks/syntax/tests/cases/007_collapse.html | 60 ------------------------ 1 file changed, 60 deletions(-) delete mode 100644 Code/Blocks/syntax/tests/cases/007_collapse.html (limited to 'Code/Blocks/syntax/tests/cases/007_collapse.html') diff --git a/Code/Blocks/syntax/tests/cases/007_collapse.html b/Code/Blocks/syntax/tests/cases/007_collapse.html deleted file mode 100644 index 2643bb5..0000000 --- a/Code/Blocks/syntax/tests/cases/007_collapse.html +++ /dev/null @@ -1,60 +0,0 @@ -
-	/**
-	 * Returns an Image object that can then be painted on the screen. 
-	 * The url argument must specify an absolute {@link URL}. The name
-	 * argument is a specifier that is relative to the url argument. 
-	 *
-	 * @param  url  an absolute URL giving the base location of the image
-	 * @param  name the location of the image, relative to the url argument
-	 * @return      the image at the specified URL
-	 * @see         Image
-	 */
-
- -
-	/**
-	 * Returns an Image object that can then be painted on the screen. 
-	 * The url argument must specify an absolute {@link URL}. The name
-	 * argument is a specifier that is relative to the url argument. 
-	 *
-	 * @param  url  an absolute URL giving the base location of the image
-	 * @param  name the location of the image, relative to the url argument
-	 * @return      the image at the specified URL
-	 * @see         Image
-	 */
-
- - -- cgit v1.2.3