From: Tomek Mrugalski Date: Tue, 2 Oct 2018 13:41:51 +0000 (+0200) Subject: [#10,!3] Updated generate-templates to better emphasize not documented cmds X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43eb8b698d2c16be738979ff8a01c74b3add5890;p=thirdparty%2Fkea.git [#10,!3] Updated generate-templates to better emphasize not documented cmds --- diff --git a/doc/docgen/generate-templates b/doc/docgen/generate-templates index c38f69b8e1..762bc1a687 100755 --- a/doc/docgen/generate-templates +++ b/doc/docgen/generate-templates @@ -30,8 +30,8 @@ while read -r CMD; do echo " \"brief\": \"a sentence or two explaining what this command does\"," >> $F echo " \"description\": \"See \"," >> $F echo " \"support\": [ \"undocumented\" ]," >> $F - echo " \"avail\": \"first Kea version this command appeared in\"," >> $F - echo " \"hook\": \"\"," >> $F + echo " \"avail\": \"0.0.0\"," >> $F + echo " \"hook\": \"undocumented\"," >> $F echo " \"cmd-syntax\": \"Syntax of the command\"," >> $F echo " \"cmd-comment\": \"Possibly some extra comments after the syntax.\"," >> $F