Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-10-13 05:19:33 +0000
committerEike Stepper2011-10-13 05:19:33 +0000
commitc9cd2b8e79dac5bac35cf33364162c41a8e97203 (patch)
tree207897e4b40304bf1088e19bb4b95e320e475b5a /plugins/org.eclipse.emf.cdo.releng.help
parent6a7c45a60eeb8379ae0cf857bf45ba33656bec5a (diff)
downloadcdo-c9cd2b8e79dac5bac35cf33364162c41a8e97203.tar.gz
cdo-c9cd2b8e79dac5bac35cf33364162c41a8e97203.tar.xz
cdo-c9cd2b8e79dac5bac35cf33364162c41a8e97203.zip
inlining of article content
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java59
1 files changed, 59 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java b/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
index 231aa07fed..ce1bf90623 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
+++ b/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
@@ -19,5 +19,64 @@ package org.eclipse.emf.cdo.releng.help.writer.authoring;
*/
public class Articles
{
+ /**
+ * Referencing Existing Content
+ */
+ public class Referencing
+ {
+ /**
+ * Referencing Categories
+ */
+ public class ReferencingCategories
+ {
+ }
+ /**
+ * Referencing Articles
+ */
+ public class ReferencingArticles
+ {
+ }
+
+ /**
+ * Referencing Chapters
+ */
+ public class ReferencingChapters
+ {
+ }
+
+ /**
+ * Reusing Content by Inlining
+ */
+ public class Inlining
+ {
+ }
+
+ /**
+ * Embedding External Content
+ */
+ public class Embedding
+ {
+ /**
+ * Embedding Java Code
+ */
+ public class Java
+ {
+ }
+
+ /**
+ * Embedding XML Code
+ */
+ public class XML
+ {
+ }
+
+ /**
+ * Embedding Excel Tables
+ */
+ public class Excel
+ {
+ }
+ }
+ }
}

Back to the top