diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-01-04 22:39:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 22:39:28 +0100 |
| commit | b2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8 (patch) | |
| tree | bdd34ab849a0d4a03b21870a5892494caf60c291 /src/iso19111/util.cpp | |
| parent | 8056321237ae590c47ca02d15d0fff38a067e1f4 (diff) | |
| parent | 4f7b22982db2c7ef5633bb70e2af1acfcc45df76 (diff) | |
| download | PROJ-b2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8.tar.gz PROJ-b2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8.zip | |
Merge pull request #3006 from rouault/fix_for_doxygen_1_9_3
Fix doc generation with Doxygen 1.9.3
Diffstat (limited to 'src/iso19111/util.cpp')
| -rw-r--r-- | src/iso19111/util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iso19111/util.cpp b/src/iso19111/util.cpp index 82d36458..f8ae9049 100644 --- a/src/iso19111/util.cpp +++ b/src/iso19111/util.cpp @@ -293,6 +293,8 @@ const BaseObjectNNPtr *PropertyMap::get(const std::string &key) const { } return nullptr; } +//! @endcond + // --------------------------------------------------------------------------- //! @cond Doxygen_Suppress |
