]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#10,!3] Updated generate-templates to better emphasize not documented cmds
authorTomek Mrugalski <tomasz@isc.org>
Tue, 2 Oct 2018 13:41:51 +0000 (15:41 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/docgen/generate-templates

index c38f69b8e14ca978114b1725a7604addea042f9b..762bc1a687cdf7be1d99760390416def9a670b86 100755 (executable)
@@ -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