More cleanup on headers/source for doxygen

- it also found things like size_t instead of size_type in fileName class
This commit is contained in:
Mark Olesen
2008-07-22 11:12:40 +02:00
parent 85c164340e
commit b42e13583a
30 changed files with 118 additions and 108 deletions

View File

@ -147,7 +147,7 @@ public:
wordList components(const char delimiter='/') const;
//- Return a component of the path
word component(const size_t, const char delimiter='/') const;
word component(const size_type, const char delimiter='/') const;
// Interogation