[caffeine-hx] r749 committed - Test file updates

1 view
Skip to first unread message

caffe...@googlecode.com

unread,
Aug 7, 2012, 12:36:34 PM8/7/12
to caffein...@googlegroups.com
Revision: 749
Author: damon...@gmail.com
Date: Tue Aug 7 09:36:27 2012
Log: Test file updates


http://code.google.com/p/caffeine-hx/source/detail?r=749

Modified:
/trunk/projects/chxdoc/test/ImportTest.hx
/trunk/projects/chxdoc/test/chx/sys/D.hx

=======================================
--- /trunk/projects/chxdoc/test/ImportTest.hx Tue Jul 31 18:19:31 2012
+++ /trunk/projects/chxdoc/test/ImportTest.hx Tue Aug 7 09:36:27 2012
@@ -1,5 +1,6 @@
#if neko
import chx.net.TcpSocket;
+import sys.db.Mysql;
#end

#if flash9
=======================================
--- /trunk/projects/chxdoc/test/chx/sys/D.hx Tue Jul 31 18:19:31 2012
+++ /trunk/projects/chxdoc/test/chx/sys/D.hx Tue Aug 7 09:36:27 2012
@@ -1,6 +1,9 @@
package chx.sys;

-class D {
+@since("2008") class D {
+
+ /** This is the comment for x, which has metadata 'values(-1,100)' **/
+ @values(-1,100) static var x : Int;

public static function myFunction<T>(parameter : T) : T {
return null;
@@ -14,7 +17,8 @@
}

/**
- * @author Russell
+ * This is the documentation for meta1
+ * @author Author tag value
**/
@author("Russell") @debug public function meta1() {
}
Reply all
Reply to author
Forward
0 new messages