소스 검색

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 년 전
부모
커밋
83ca6bd695
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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">