From 7d7f19f8dba5b06e789054402b1f0db9bce0f63b Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 9 Jan 2017 14:54:02 -0800 Subject: [PATCH] Hide template ApplicationMain/DefaultAssetLibrary classes from dox gen (close #494) --- templates/haxe/ApplicationMain.hx | 2 +- templates/haxe/DefaultAssetLibrary.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/haxe/ApplicationMain.hx b/templates/haxe/ApplicationMain.hx index 1473b6591..9e4fc606f 100644 --- a/templates/haxe/ApplicationMain.hx +++ b/templates/haxe/ApplicationMain.hx @@ -4,7 +4,7 @@ package; @:access(lime.app.Application) -class ApplicationMain { +@:dox(hide) class ApplicationMain { public static var config:lime.app.Config; diff --git a/templates/haxe/DefaultAssetLibrary.hx b/templates/haxe/DefaultAssetLibrary.hx index 183408bd9..efb850478 100644 --- a/templates/haxe/DefaultAssetLibrary.hx +++ b/templates/haxe/DefaultAssetLibrary.hx @@ -15,7 +15,7 @@ import sys.FileSystem; #end -@:keep class DefaultAssetLibrary extends AssetLibrary { +@:keep @:dox(hide) class DefaultAssetLibrary extends AssetLibrary { private var lastModified:Float;