aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/proj/io.hpp3
-rw-r--r--src/iso19111/factory.cpp6
2 files changed, 5 insertions, 4 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 02005953..11912e3d 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -784,7 +784,8 @@ class PROJ_GCC_DLL WKTParser {
// ---------------------------------------------------------------------------
-/** \brief Parse a PROJ string into the appropriate subclass of util::BaseObject.
+/** \brief Parse a PROJ string into the appropriate subclass of
+ * util::BaseObject.
*/
class PROJ_GCC_DLL PROJStringParser {
public:
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp
index f9ab0a6b..7681a2ec 100644
--- a/src/iso19111/factory.cpp
+++ b/src/iso19111/factory.cpp
@@ -5853,9 +5853,9 @@ AuthorityFactory::getGeoidModels(const std::string &code) const {
* The list is ordered with preferred operations first. No attempt is made
* at inferring operations that are not explicitly in the database (see
* createFromCRSCodesWithIntermediates() for that), and only
- * source -> target operations are searched (i.e. if target -> source is present,
- * you need to call this method with the arguments reversed, and apply the
- * reverse transformations).
+ * source -> target operations are searched (i.e. if target -> source is
+ * present, you need to call this method with the arguments reversed, and apply
+ * the reverse transformations).
*
* Deprecated operations are rejected.
*