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/io.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/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 67877206..ca5a3d97 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -866,6 +866,8 @@ void WKTFormatter::stopInversion() { bool WKTFormatter::isInverted() const { return d->inversionStack_.back(); } #endif +//! @endcond + // --------------------------------------------------------------------------- //! @cond Doxygen_Suppress @@ -1411,6 +1413,7 @@ struct WKTParser::Private { ConcatenatedOperationNNPtr buildConcatenatedOperation(const WKTNodeNNPtr &node); }; +//! @endcond // --------------------------------------------------------------------------- @@ -8867,6 +8870,8 @@ struct PROJStringParser::Private { int iAxisSwap, bool ignorePROJAxis); }; +//! @endcond + // --------------------------------------------------------------------------- PROJStringParser::PROJStringParser() : d(internal::make_unique<Private>()) {} |
