Browse Source

Fix hidden field of PARAM tag description.

git-svn-id: https://klish.googlecode.com/svn/trunk@209 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
83ca6bd695
1 changed files with 3 additions and 2 deletions
  1. 3 2
      clish.xsd

+ 3 - 2
clish.xsd

@@ -245,8 +245,9 @@
 *           feature is implemented to support subcommands with the
 *           same names.
 *
-* [visibility] - define the visibility of the parameter while ${__line}
-*           and ${__params} auto variables expanding.
+* [hidden]  - define the visibility of the parameter while ${__line}
+*           and ${__params} auto variables expanding. The allowed values
+*           is "true" and "false".
 ********************************************************
     -->
     <xs:simpleType name="bool_t">