2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[#10,!3] Updated generate-templates to better emphasize not documented cmds

This commit is contained in:
Tomek Mrugalski
2018-10-02 15:41:51 +02:00
parent 3bfa961c45
commit 43eb8b698d

View File

@@ -30,8 +30,8 @@ while read -r CMD; do
echo " \"brief\": \"a sentence or two explaining what this command does\"," >> $F
echo " \"description\": \"See <xref linkend=\\\"cmd-$LINE\\\"/>\"," >> $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