diff options
author | Jens Jansson <Peppe@users.noreply.github.com> | 2017-04-01 14:46:18 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2017-04-01 14:46:18 +0300 |
commit | b1c5f6ebd14352e62dea5ff21206539b77dc3dbd (patch) | |
tree | d60ad6a89265b36b209475aa0da9b0e288171186 /documentation/advanced | |
parent | 0a257471c7c948a78cfc2b01961e8a604f4ec1bf (diff) | |
download | vaadin-framework-b1c5f6ebd14352e62dea5ff21206539b77dc3dbd.tar.gz vaadin-framework-b1c5f6ebd14352e62dea5ff21206539b77dc3dbd.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/advanced')
-rw-r--r-- | documentation/advanced/advanced-logging.asciidoc | 4 |
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] ---- |