浏览代码

finish a comment explaining all_abbrevs

Nick Mathewson 6 年之前
父节点
当前提交
760d0c056f
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/app/config/confparse.c

+ 3 - 2
src/app/config/confparse.c

@@ -119,8 +119,9 @@ struct config_mgr_t {
   smartlist_t *subconfigs;
   /** A smartlist of managed_var_t objects for all configuration formats. */
   smartlist_t *all_vars;
-  /** A smartlist of config_abbrev_t objects for all abbreviations. These
-   * objects are */
+  /** A smartlist of config_abbrev_t objects for all configuration
+   * formats. These objects are used to track synonyms and abbreviations for
+   * different configuration options. */
   smartlist_t *all_abbrevs;
   /** A smartlist of config_deprecation_t for all configuration formats. */
   smartlist_t *all_deprecations;