aboutsummaryrefslogtreecommitdiffstats
path: root/conf/plugins/test.opt
diff options
context:
space:
mode:
Diffstat (limited to 'conf/plugins/test.opt')
-rw-r--r--conf/plugins/test.opt30
1 files changed, 0 insertions, 30 deletions
diff --git a/conf/plugins/test.opt b/conf/plugins/test.opt
deleted file mode 100644
index 9d962e30d..000000000
--- a/conf/plugins/test.opt
+++ /dev/null
@@ -1,30 +0,0 @@
-charon.plugins.test.opt
- This is a normal option without default
-
-charon.plugins.test.noncomment := set this
- This will not be commented out
-
-charon.plugins.test.def = default
- Option with default
-
-charon.plugins.test.sectionnocomment.opt = val
- The section this is in has no description
-
-charon.plugins.test.sub {}
- This section has comments
-
-charon.plugins.test.sub.opt = option in sub
- Section option
-
-charon.plugins.test.<commented> { # }
- Commented example section
-
-charon.plugins.test.<commented>.val = value
- This is commented anyway
-
-charon.plugins.test.<commented>.assign := value
- This is commented too because of the commented section
-
-charon.plugins.test.sub = value
- Sections can also be options with values
- Longer description with **bold** and _italic_.