updated headers to be more javadocy
authorChris Koeritz <fred@gruntose.com>
Tue, 28 Feb 2012 16:15:51 +0000 (11:15 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 28 Feb 2012 16:15:51 +0000 (11:15 -0500)
doc/headers/fmc_header.java
doc/headers/uva_header.java

index 3287302338f84785a5f03ae06fda3978f9fa3596..0c6a5f9a9b7ce683178923870b3753cb7107a6d6 100644 (file)
@@ -1,12 +1,10 @@
 
-//////////////
-// Name   : {class name}
-// Author : Chris Koeritz
-// Rights : Copyright (c) 2012-$now By Feisty Meow Concerns, Ltd.
-//////////////
-// This file is free software; you can modify/redistribute it under the terms
-// of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]
-// Feel free to send updates to: [ fred@feistymeow.org ]
-//////////////
-
+/**
+ * {summary of class}
+ * @author Chris Koeritz
+ * @copyright Copyright (c) 2012-$now By Feisty Meow Concerns, Ltd.
+ * @license This file is free software; you can modify/redistribute it under the terms of the GNU
+ *          General Public License. [ http://www.gnu.org/licenses/gpl.html ]
+ * @contribute Feel free to send updates to: [ fred@feistymeow.org ]
+ */
 
index 38f2f85591aa70c7da1ba94ba9869ec24ac97809..8acd50739f8e431264a96f7d6af879c4cf72e2f0 100644 (file)
@@ -1,12 +1,9 @@
 
-//////////////
-// Name   : {class name}
-// Author : Chris Koeritz
-// Rights : Copyright (c) 2012-$now By University of Virginia
-//////////////
-// This file is free software; you can modify/redistribute it under the terms
-// of the Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
-// Feel free to send updates to: [ koeritz@virginia.edu ]
-//////////////
-
+/**
+ * {summary of class}
+ * @author Chris Koeritz
+ * @copyright Copyright (c) 2012-$now By University of Virginia
+ * @license This file is free software; you can modify and redistribute it under the terms of the
+ *          Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
+ */