Improve docs

This commit is contained in:
Joshua Granick
2015-08-26 19:51:13 -07:00
parent afadd397b4
commit db058e64fd
5 changed files with 7 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ class Timer {
}
@:noCompletion public static function __checkTimers () {
@:noCompletion @:dox(hide) public static function __checkTimers () {
var now = getMS ();
var foundNull = false;
@@ -339,7 +339,7 @@ class Timer {
#if (lime_legacy || lime_hybrid)
@:noCompletion public static function __nextWake (limit:Float):Float {
@:noCompletion @:dox(hide) public static function __nextWake (limit:Float):Float {
var now = getMS ();
var sleep;