updated build script

few javadoc fixes
This commit is contained in:
Jindra Pet��k
2013-04-23 22:28:18 +02:00
parent f490132845
commit e479932693
13 changed files with 398 additions and 182 deletions
@@ -113,7 +113,7 @@ public class Highlighting {
* Beggining of hilight of method
*
* @param index
* @return
* @return Hilighted method begin
*/
public static String hilighMethodBegin(long index) {
if (!doHighlight) {
@@ -125,7 +125,7 @@ public class Highlighting {
/**
* Ending of hilight of method
*
* @return
* @return Hilighted method end
*/
public static String hilighMethodEnd() {
if (!doHighlight) {