Code

grammar.y: Added some (very) short documentation for each statement.
authorSebastian Harl <sh@tokkee.org>
Tue, 1 Apr 2014 05:15:39 +0000 (07:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 1 Apr 2014 05:15:39 +0000 (07:15 +0200)
src/frontend/grammar.y

index ce313310b918f9c6011410d2e9e9c60e430ab67d..3802c9c97de1aa70c8d387acd99df728c70ed0bb 100644 (file)
@@ -147,6 +147,11 @@ statement:
                }
        ;
 
+/*
+ * FETCH <hostname>;
+ *
+ * Retrieve detailed information about a single host.
+ */
 fetch_statement:
        FETCH STRING
                {
@@ -159,6 +164,11 @@ fetch_statement:
                }
        ;
 
+/*
+ * LIST;
+ *
+ * Returns a list of all hosts in the store.
+ */
 list_statement:
        LIST
                {