Nicolas Cannasse 13 years ago
parent
commit
6cabe7891c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/tools/haxedoc/HtmlPrinter.hx

+ 1 - 1
std/tools/haxedoc/HtmlPrinter.hx

@@ -393,7 +393,7 @@ class HtmlPrinter {
 		case CAnonymous(fields):
 			print('<dl>');
 			for( f in fields )
-				processClassField(all,f);
+				processClassField(all,f,false);
 			print('</dl>');
 		default:
 			if( all.length != platforms.length ) {