summaryrefslogtreecommitdiff
path: root/ARMFCaptureD3D/ConfigFile/example.inp
diff options
context:
space:
mode:
authorfcolin2011-11-18 12:14:12 +0000
committerfcolin2011-11-18 12:14:12 +0000
commit6bcf419d2e8f739b432d4790d1ba9d48ab65365b (patch)
tree92815e16f189c8e328dff4fcfa38ebe1d0217fdd /ARMFCaptureD3D/ConfigFile/example.inp
parent487e963b081d7ffe2ddf489e11d927982c9101a6 (diff)
downloadamilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.zip
amilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.tar.gz
amilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.tar.bz2
amilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.tar.xz
Diffstat (limited to 'ARMFCaptureD3D/ConfigFile/example.inp')
-rw-r--r--ARMFCaptureD3D/ConfigFile/example.inp14
1 files changed, 14 insertions, 0 deletions
diff --git a/ARMFCaptureD3D/ConfigFile/example.inp b/ARMFCaptureD3D/ConfigFile/example.inp
new file mode 100644
index 0000000..503fb1b
--- /dev/null
+++ b/ARMFCaptureD3D/ConfigFile/example.inp
@@ -0,0 +1,14 @@
+# example.inp
+# Example configuration file for ConfigFile class
+
+apples = 7 # comment after apples
+pears = 3 # comment after pears
+price = 1.99 # comment after price
+sale = true # comment after sale
+title = one fine day # comment after title
+weight = 2.5 kg # comment after weight
+zone = 1 2 3 # comment after 1st point
+ 4 5 6 # comment after 2nd point
+ 7 8 9 # comment after 3rd point
+
+This is also a comment since it has no equals sign and follows a blank line.