diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 10:08:19 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 10:08:19 (GMT) |
commit | 43420bd77408559cb66c83e9ce601426b371bc74 (patch) | |
tree | 1625bdceb38481919cfeaa1794e18c017b8cdab7 /qtools/qcollection.cpp | |
parent | 7296e6bf11ff98e100ff3768381c8411fe57f8e1 (diff) | |
download | Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.zip Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.tar.gz Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.tar.bz2 |
issue #7635: Incorrect location for enum in XML file (part 2)
Diffstat (limited to 'qtools/qcollection.cpp')
-rw-r--r-- | qtools/qcollection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qcollection.cpp b/qtools/qcollection.cpp index e70b64b..4f86227 100644 --- a/qtools/qcollection.cpp +++ b/qtools/qcollection.cpp @@ -60,7 +60,7 @@ */ -/*! \enum QCollection::Item +/*! \typedef QCollection::Item This type is the generic "item" in a QCollection. */ |