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/crs.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/crs.cpp')
| -rw-r--r-- | src/iso19111/crs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp index 575f6e2b..2ea8393c 100644 --- a/src/iso19111/crs.cpp +++ b/src/iso19111/crs.cpp @@ -5879,6 +5879,7 @@ BoundCRS::_identify(const io::AuthorityFactoryPtr &authorityFactory) const { } return !resMatchOfTransfToWGS84.empty() ? resMatchOfTransfToWGS84 : res; } +//! @endcond // --------------------------------------------------------------------------- |
