summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Lumme <erik@vaadin.com>2017-09-18 11:35:42 +0300
committerErik Lumme <erik@vaadin.com>2017-09-18 11:35:42 +0300
commita8f08f546601a979070e9c2428efc7a8ac57cdeb (patch)
tree0849220e53dd28fcd8e5324d1af660d0189a240e
parent1ba7eedf968f61f0b0dbff8d397445a2054e506b (diff)
downloadvaadin-framework-a8f08f546601a979070e9c2428efc7a8ac57cdeb.tar.gz
vaadin-framework-a8f08f546601a979070e9c2428efc7a8ac57cdeb.zip
Remove instances of Error message in source
-rw-r--r--documentation/articles/CreatingAReusableVaadinThemeInEclipse.asciidoc2
-rw-r--r--documentation/articles/OfflineModeForTouchKit4MobileApps.asciidoc2
-rw-r--r--documentation/articles/ScalaAndVaadinHOWTO.asciidoc2
3 files changed, 0 insertions, 6 deletions
diff --git a/documentation/articles/CreatingAReusableVaadinThemeInEclipse.asciidoc b/documentation/articles/CreatingAReusableVaadinThemeInEclipse.asciidoc
index 261fc075a4..f4c8eced65 100644
--- a/documentation/articles/CreatingAReusableVaadinThemeInEclipse.asciidoc
+++ b/documentation/articles/CreatingAReusableVaadinThemeInEclipse.asciidoc
@@ -10,8 +10,6 @@ can be reused in other Vaadin projects as an add-on.
* https://www.eclipse.org/downloads/[Eclipse IDE for Java EE developers]
* https://vaadin.com/eclipse/[Vaadin plug-in for Eclipse]
-[Error: Macro 'TableOfContents' doesn't exist]
-
[[create-a-project-for-your-theme]]
Create a project for your theme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/documentation/articles/OfflineModeForTouchKit4MobileApps.asciidoc b/documentation/articles/OfflineModeForTouchKit4MobileApps.asciidoc
index 1657464d7e..e215c0921b 100644
--- a/documentation/articles/OfflineModeForTouchKit4MobileApps.asciidoc
+++ b/documentation/articles/OfflineModeForTouchKit4MobileApps.asciidoc
@@ -26,8 +26,6 @@ https://github.com/vaadin/parking-demo[here]. I suggest that you read
this article before you try to understand the Parking demo source code,
it will help you grasp the concepts demonstrated in the demo.
-[Error: Macro 'TableOfContents' doesn't exist]
-
[[demystifying-offline-mode]]
Demystifying offline mode
~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/documentation/articles/ScalaAndVaadinHOWTO.asciidoc b/documentation/articles/ScalaAndVaadinHOWTO.asciidoc
index d1dab84152..d0703aa58d 100644
--- a/documentation/articles/ScalaAndVaadinHOWTO.asciidoc
+++ b/documentation/articles/ScalaAndVaadinHOWTO.asciidoc
@@ -13,8 +13,6 @@ a new project. After that we'll introduce the Scaladin add-on and see
how it enhances Vaadin components by adding features that leverage the
power of Scala.
-[Error: Macro 'TableOfContents' doesn't exist]
-
[[creating-a-new-eclipse-vaadin-project-with-scala]]
Creating a new Eclipse Vaadin project with Scala
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^