common & yang DOC minor updates
diff --git a/src/common.h b/src/common.h
index a15fb72..64ea5a9 100644
--- a/src/common.h
+++ b/src/common.h
@@ -145,10 +145,10 @@
 };
 
 enum yang_arg {
-    Y_IDENTIF_ARG,
-    Y_PREF_IDENTIF_ARG,
-    Y_STR_ARG,
-    Y_MAYBE_STR_ARG
+    Y_IDENTIF_ARG,        /**< YANG "identifier-arg-str" rule */
+    Y_PREF_IDENTIF_ARG,   /**< YANG "identifier-ref-arg-str" rule */
+    Y_STR_ARG,            /**< YANG "string" rule */
+    Y_MAYBE_STR_ARG       /**< optional YANG "string" rule */
 };
 
 enum yang_keyword {