# HG changeset patch # User Jaroslav Tulach # Date 1372260070 -7200 # Node ID 10005a498972cf5c3e91154355cd328c9f29bdf2 # Parent a3c7866bfb612abe73f2d294fb6a3dbc8bd36348 Javadoc for the context API diff -r a3c7866bfb61 -r 10005a498972 context/pom.xml --- a/context/pom.xml Wed Jun 26 17:17:42 2013 +0200 +++ b/context/pom.xml Wed Jun 26 17:21:10 2013 +0200 @@ -15,6 +15,18 @@ UTF-8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + + net.java.html + false + + + + diff -r a3c7866bfb61 -r 10005a498972 context/src/main/java/net/java/html/BrwsrCtx.java --- a/context/src/main/java/net/java/html/BrwsrCtx.java Wed Jun 26 17:17:42 2013 +0200 +++ b/context/src/main/java/net/java/html/BrwsrCtx.java Wed Jun 26 17:21:10 2013 +0200 @@ -25,9 +25,10 @@ import org.apidesign.html.context.impl.CtxImpl; import org.apidesign.html.context.spi.Contexts; -/** Represents context where the {@link Model} and other objects +/** Represents context where the net.java.html.json.Model + * and other objects * operate in. The context is usually a particular HTML page in a browser. - * The context is also associated with the actual HTML rendering technology + * The context is also associated with the actual HTML technology * in the HTML page - there is likely to be different context for * knockout.js and different one * for angular.