diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-01-04 20:57:25 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2022-01-04 21:00:06 +0100 |
| commit | 4f7b22982db2c7ef5633bb70e2af1acfcc45df76 (patch) | |
| tree | 8c21287e23d71133d167d56aa767b412478e481d /src/iso19111/crs.cpp | |
| parent | 1254a211beac3f479d193794508a3fcea4f8790f (diff) | |
| download | PROJ-4f7b22982db2c7ef5633bb70e2af1acfcc45df76.tar.gz PROJ-4f7b22982db2c7ef5633bb70e2af1acfcc45df76.zip | |
Fix doc generation with Doxygen 1.9.3
Since the update to Doxygen 1.9.3, doc generation was broken. With
bisection of doxygen, it was found this was due to commit
https://github.com/doxygen/doxygen/commit/ee8f3fb7a2ed74ee30ae3202707617e97f6641ff
which makes Doxygen honour nested @cond . This revealed bad pairing of
@cond / @endcond in our code, fixed by this commit.
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 // --------------------------------------------------------------------------- |
