From 7f089045bce33cf309f807d1cee97a8beb7bb859 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 14:21:38 +0200 Subject: Documentation fixes --- examples/features/README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'examples/features') diff --git a/examples/features/README b/examples/features/README index fc30a53..9416320 100644 --- a/examples/features/README +++ b/examples/features/README @@ -3,19 +3,18 @@ This example shows how to use various features of the CLI language. The example consists of the following files: options.cli - Options class definition in the CLI language. + Command line interface description in the CLI language. options.hxx options.ixx options.cxx - Options class implementation in C++. These files are generated by the CLI - compiler from hello.cli using the following command line: + Command line interface implementation in C++. These files are generated + by the CLI compiler from hello.cli using the following command line: cli options.cli driver.cxx Driver for the example. It first instantiates the option class which parses - the command line. The driver then examines and prints the options values. + the command line. The driver then examines and prints the option values. -To run the example you can try various command lines suggested in the -options.cli file. +To run the example you can try various command lines suggested in options.cli. -- cgit v1.1