diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-28 22:49:26 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-28 22:49:26 +0000 |
commit | 457ce3e7b4a869f92d8aef31bdee1b6793587a93 (patch) | |
tree | c62c4939d5669b7d3deb0fb37933a844a32bf1d3 /src/utils | |
parent | 05bdb92c267e3f041788f2aa41a73c9953249e7c (diff) | |
download | Mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.gz Mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.bz2 Mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.xz Mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.zip |
Some work on documentation.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/xml.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h index 54ed9951..bf01fc96 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -28,6 +28,9 @@ #include <string> +/** + * XML helper functions. + */ namespace XML { /** |