From 907b5fed58d53bbb5e25c590df97f01a0ac93733 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Nov 2009 10:08:52 +0200 Subject: Implement option documentation support in frontend --- tests/parser/test-006.cli | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/parser/test-006.cli (limited to 'tests/parser/test-006.cli') diff --git a/tests/parser/test-006.cli b/tests/parser/test-006.cli new file mode 100644 index 0000000..5b555e4 --- /dev/null +++ b/tests/parser/test-006.cli @@ -0,0 +1,16 @@ +// option-doc +// +class c +{ + bool --help | -h {"Help me"}; + + int --comp = 5 + { + "", + "Set compression level", + "Set compression level to . + + The minimum value for this options is 0 and + maximum is 9." + }; +}; -- cgit v1.1