From 4f7b22982db2c7ef5633bb70e2af1acfcc45df76 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 4 Jan 2022 20:57:25 +0100 Subject: 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. --- src/iso19111/factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iso19111/factory.cpp') diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index f08e32b9..158ecdc5 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -8797,6 +8797,7 @@ std::list AuthorityFactory::createEllipsoidFromExisting( } return res; } +//! @endcond // --------------------------------------------------------------------------- @@ -9308,7 +9309,6 @@ AuthorityFactory::createCompoundCRSFromExisting( // --------------------------------------------------------------------------- -//! @cond Doxygen_Suppress std::vector AuthorityFactory::getTransformationsForGeoid( const std::string &geoidName, bool usePROJAlternativeGridNames) const { -- cgit v1.2.3