New lines in the javadoc
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 02 Nov 2013 14:36:57 +0100
changeset 31167d9ce7a2778
parent 310 e05f134eb667
child 312 d637612928e5
New lines in the javadoc
json/src/main/java/org/apidesign/html/json/impl/ModelProcessor.java
     1.1 --- a/json/src/main/java/org/apidesign/html/json/impl/ModelProcessor.java	Thu Oct 10 14:03:53 2013 +0200
     1.2 +++ b/json/src/main/java/org/apidesign/html/json/impl/ModelProcessor.java	Sat Nov 02 14:36:57 2013 +0100
     1.3 @@ -400,12 +400,12 @@
     1.4                  w.append("  };\n");
     1.5                  writeToString(props, w);
     1.6                  writeClone(className, props, w);
     1.7 -                w.write("  /** Activates this model instance in the current {@link "
     1.8 -                    + "net.java.html.json.Models#bind(java.lang.Object, net.java.html.BrwsrCtx) browser context}. "
     1.9 -                    + "In case of using Knockout technology, this means to "
    1.10 -                    + "bind JSON like data in this model instance with Knockout tags in "
    1.11 -                    + "the surrounding HTML page."
    1.12 -                    + "*/"
    1.13 +                w.write("  /** Activates this model instance in the current {@link \n"
    1.14 +                    + "net.java.html.json.Models#bind(java.lang.Object, net.java.html.BrwsrCtx) browser context}. \n"
    1.15 +                    + "In case of using Knockout technology, this means to \n"
    1.16 +                    + "bind JSON like data in this model instance with Knockout tags in \n"
    1.17 +                    + "the surrounding HTML page.\n"
    1.18 +                    + "*/\n"
    1.19                  );
    1.20                  w.write("  public " + className + " applyBindings() {\n");
    1.21                  w.write("    intKnckt().applyBindings();\n");