diff -r 8df58d8c99e8 -r b3ffff030d5c documentation/cif_syntax.pod --- a/documentation/cif_syntax.pod Tue Oct 26 15:36:30 2010 +0100 +++ b/documentation/cif_syntax.pod Thu Oct 28 16:54:54 2010 +0100 @@ -119,6 +119,10 @@ L, L +=head3 ==smoke-test + +Commands may optionally specify a snippet of code to test the basic functionality of the command. See the L documentation for more details. + =head2 The enum type The C type can be used for an option or argument that takes a limited number of named values, in much the same was as C/C++ enums are used. For an option or argument of type C you must specify the possible values that the enum can take using the C<==enum-value> keyword. These may optionally have a separate description per value. If any value has an individual description, they all must.