From 58365c066f65e92d226e30511a6789d49efd8516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <Pawel.Kedzia@pwr.wroc.pl> Date: Tue, 27 Dec 2011 14:47:59 +0100 Subject: [PATCH] Comment --- libcorpus2/io/xmlreader.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcorpus2/io/xmlreader.h b/libcorpus2/io/xmlreader.h index 4517e51..8ba0201 100644 --- a/libcorpus2/io/xmlreader.h +++ b/libcorpus2/io/xmlreader.h @@ -27,6 +27,9 @@ or FITNESS FOR A PARTICULAR PURPOSE. namespace Corpus2 { +/** + * Helper class for reading xml, xces like + */ class XmlReader : public BasicSaxParser { public: -- GitLab