summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJens Jansson <peppe@users.noreply.github.com>2017-04-01 14:46:18 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-05-08 14:46:35 +0300
commit2976b4a8ef4784b0c6f9cef766b7387a53c08903 (patch)
tree69d3edc0d618733c261690b69d6bb530bcdded45 /documentation
parent85f644fe4f903c9c258733bd02cdb33db98b1a57 (diff)
downloadvaadin-framework-2976b4a8ef4784b0c6f9cef766b7387a53c08903.tar.gz
vaadin-framework-2976b4a8ef4784b0c6f9cef766b7387a53c08903.zip
Moved docs comment to own row (#8993)
* Moved docs comment to own row Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/advanced/advanced-logging.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/advanced/advanced-logging.asciidoc b/documentation/advanced/advanced-logging.asciidoc
index ca0918220d..1dec2e61ac 100644
--- a/documentation/advanced/advanced-logging.asciidoc
+++ b/documentation/advanced/advanced-logging.asciidoc
@@ -58,9 +58,9 @@ SLF4J site.
In order to get the [package]#java.util.logging# to SLF4J bridge installed, you
need to add the following snippet of code to your [classname]#UI# class at the
-very top://TODO: Sure it's UI class and not the
-servlet?
+very top:
+//TODO: Sure it's UI class and not the servlet?
[source, java]
----