File: configExample.cfg

package info (click to toggle)
libaria 2.8.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,628 kB
  • ctags: 16,574
  • sloc: cpp: 135,490; makefile: 925; python: 597; java: 570; ansic: 182
file content (13 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Section Example Section
;  Contains parameters created by the configExample
;SectionFlags for Example Section: 
ExampleIntegerParameter 0 ; range [-10, 10],  Example parameter integer.

ExampleDoubleParameter 0.5 ; range [0, 1],  Example double precision floating
                         ; point number.

ExampleBoolParameter false ; Example boolean parameter.

ExampleStringParameter Hello, world Modified! Modified! Modified! Modified! ;
                         ; Example string parameter.