Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEd Willink2014-12-16 22:06:02 +0000
committerEd Willink2014-12-16 22:06:02 +0000
commit304ae3fc333caee54f9d07749f5c7d7ee113d0f4 (patch)
tree869f445d12e89fdb3ff6022f8e34e3def80e9cd3 /doc
parent8da58e0adedfcf8b33052b193a3587283d12bc56 (diff)
parentfb8a10e838237ee989606be27fa336f0a1ae4b2a (diff)
downloadorg.eclipse.qvtd-304ae3fc333caee54f9d07749f5c7d7ee113d0f4.tar.gz
org.eclipse.qvtd-304ae3fc333caee54f9d07749f5c7d7ee113d0f4.tar.xz
org.eclipse.qvtd-304ae3fc333caee54f9d07749f5c7d7ee113d0f4.zip
Merge remote-tracking branch 'origin/hhoyos/qvtr' into ewillink/ocl25
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.qvtd.doc/ROBOdoc/QVT-D.rc95
1 files changed, 95 insertions, 0 deletions
diff --git a/doc/org.eclipse.qvtd.doc/ROBOdoc/QVT-D.rc b/doc/org.eclipse.qvtd.doc/ROBOdoc/QVT-D.rc
new file mode 100644
index 000000000..4403a7194
--- /dev/null
+++ b/doc/org.eclipse.qvtd.doc/ROBOdoc/QVT-D.rc
@@ -0,0 +1,95 @@
+# QVT-D.rc
+items:
+# General items
+ NAME
+ FUNCTION
+ CONTEXT
+ PARAMETERS
+ ANNOTATIONS
+ RESULT
+ TODO
+ SEE ALSO
+# FLOCK
+ ORIGINAL
+ EVOLVED
+ IGNORING
+ WHEN
+# ETL Specific
+ FROM
+ TO
+ GUARD
+ignore items:
+ HISTORY
+ BUGS
+item order:
+ NAME
+ FUNCTION
+ CONTEXT
+ PARAMETERS
+ FROM
+ TO
+ GUARD
+ ANNOTATIONS
+ RESULT
+ TODO
+ SEE ALSO
+source items:
+ SYNOPSIS
+preformatted items:
+ INPUTS
+ OUTPUTS
+format items:
+ FUNCTION
+ SIDE EFFECTS
+options:
+ --html
+ --multidoc
+ --index
+ --tabsize 4
+headertypes:
+ d "Delete" robo_deletes
+ f "Flock" robo_flock 1
+ l "Libraries" robo_libraries 1
+ m "Migrate" robo_migrates
+ o "Operations" robo_operations
+ r "Retype" robo_retypes
+ t "Transformation" robo_transformations 1
+ u "Rule" robo_rule
+ignore files:
+ README
+ CVS
+ *.bak
+ *.classpath
+ *.gitignore
+ *.properties
+ *.project
+ *.xml
+accept files:
+ *.eol
+ *.etl
+ *.mig
+ *.egl
+header markers:
+ /****
+ #****
+remark markers:
+ *
+ #
+end markers:
+ ****
+ #****
+header separate characters:
+ ,
+header ignore characters:
+ [
+remark begin markers:
+ /*
+remark end markers:
+ */
+source line comments:
+ //
+keywords:
+ if
+ do
+ while
+ for \ No newline at end of file

Back to the top