Add doxygen file commands to headers and sources
[dueringa_WikiWalker.git] / src / Walker.h
blob7891b415feb83b678497d3952c36d63d256297f5
1 //! \file Walker.h
3 #ifndef _WALKER_H
4 #define _WALKER_H
6 #include "ArticleCollection.h"
8 //! Base class for article analyzers
9 class Walker
11 protected:
12 //! article collection, used as cache, for walked articles
13 ArticleCollection articleSet;
16 #endif // _WALKER_H