Generalize tags to flags

This commit is contained in:
2015-09-22 19:31:53 +08:00
parent 54464ce395
commit 1d812de551
10 changed files with 315 additions and 230 deletions
+12 -4
View File
@@ -14,7 +14,15 @@ _AstConf_.AstroEdit.paths = {};
_AstConf_.AstroEdit.paths.get_files;
/** @type {string} */
_AstConf_.AstroEdit.paths.set_file;
/** @type {string} */
_AstConf_.AstroEdit.paths.tag_count;
/** @type {string} */
_AstConf_.AstroEdit.paths.set_tag;
/** @type {object} */
_AstConf_.AstroEdit.tags;
/** @type {object} */
_AstConf_.AstroEdit.sections;
/** @type {object} */
_AstConf_.AstroEdit.flags = {};
/** @type {string} */
_AstConf_.AstroEdit.flags.URICount;
/** @type {string} */
_AstConf_.AstroEdit.flags.URISet;