Revision: 738
Author:
damon...@gmail.com
Date: Sun Aug 5 09:45:21 2012
Log: Edited wiki page ChxDocChanges through web user interface.
http://code.google.com/p/caffeine-hx/source/detail?r=738
Modified:
/wiki/ChxDocChanges.wiki
=======================================
--- /wiki/ChxDocChanges.wiki Sun Aug 5 09:40:23 2012
+++ /wiki/ChxDocChanges.wiki Sun Aug 5 09:45:21 2012
@@ -12,6 +12,7 @@
* _--templateDir_ switch removed. See [#Specifying_templates]
* Switch _-f_ retasked See [#The_-f_switch]
* Xml configuration. See [ChxDoc#Configuration]
+ * [#Undocumented tags]
* Switch _--macroFile_ changed to _--macros_
== Template changes ==
@@ -31,3 +32,7 @@
== The -f switch ==
On the command line, the haxe generated xml files used to be specified
without a command line switch. This is no longer the case, and must be
specified with _-f_ or _--file_. {{{ chxdoc -o docs flash.xml }}} is now
{{{ chxdoc -o docs -f flash.xml }}}
+
+== Undocumented tags ==
+
+Chxdoc is supposed to improve the end user experience, but some things
slip through the cracks. Two tags @since and @version have existed for
eons, but escaped being added to the wiki [ChxDoc#Using_Tags] page.