diff options
author | albert-github <albert.tests@gmail.com> | 2019-11-05 14:29:14 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-11-05 14:29:14 (GMT) |
commit | c7716a291ca04369292d57e0a472bd2f350d1bf1 (patch) | |
tree | a2ace0db8d92276a8b91050865a066629c228fe2 /addon/doxmlparser/include | |
parent | cc4675afcc5f6825b9302fd0915c0c4148f555ab (diff) | |
download | Doxygen-c7716a291ca04369292d57e0a472bd2f350d1bf1.zip Doxygen-c7716a291ca04369292d57e0a472bd2f350d1bf1.tar.gz Doxygen-c7716a291ca04369292d57e0a472bd2f350d1bf1.tar.bz2 |
Spelling corrections for addon directory
Spelling corrections as in #561.
The Doxyfiles have been regenerated to conform the current status (a.o. no obsolete tags)
Diffstat (limited to 'addon/doxmlparser/include')
-rw-r--r-- | addon/doxmlparser/include/doxmlintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxmlparser/include/doxmlintf.h b/addon/doxmlparser/include/doxmlintf.h index 22cecdb..cb4a9eb 100644 --- a/addon/doxmlparser/include/doxmlintf.h +++ b/addon/doxmlparser/include/doxmlintf.h @@ -1114,7 +1114,7 @@ class IDoxygen virtual ICompoundIterator *memberByName(const char * name) const = 0; /*! Releases the memory for the object hierarchy obtained by - * createdObjecModelFromXML(). First release all iterators before calling + * createdObjectModel(). First release all iterators before calling * this function. */ virtual void release() = 0; |