aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-16 13:31:09 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-16 13:31:09 +0100
commita9886a5e4a64610aa605e98afeb467d1c44ed925 (patch)
tree8cf639ef154dd6f14e1a0a8b94b250e9ba62a98f /include
parentc0601332bce61326fee68cc76cbf1cae67ec1f03 (diff)
downloadPROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.tar.gz
PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.zip
Run scripts/reformat_cpp.sh
Diffstat (limited to 'include')
-rw-r--r--include/proj/coordinateoperation.hpp6
-rw-r--r--include/proj/crs.hpp28
-rw-r--r--include/proj/io.hpp2
3 files changed, 18 insertions, 18 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index 3111a2a3..af1c293f 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -66,9 +66,9 @@ struct GridDescription {
std::string shortName; /**< Grid short filename */
std::string fullName; /**< Grid full path name (if found) */
std::string packageName; /**< Package name (or empty) */
- std::string url; /**< Grid URL (if packageName is empty), or package
- URL (or empty) */
- bool directDownload; /**< Whether url can be fetched directly. */
+ std::string url; /**< Grid URL (if packageName is empty), or package
+ URL (or empty) */
+ bool directDownload; /**< Whether url can be fetched directly. */
/** Whether the grid is released with an open license. */
bool openLicense;
bool available; /**< Whether GRID is available. */
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 33038683..b9594165 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -1205,23 +1205,23 @@ class PROJ_GCC_DLL DerivedCRSTemplate final : public DerivedCRSTraits::BaseType,
typedef util::nn<std::shared_ptr<CSType>> CSNNPtr;
/** \brief Return the base CRS of a DerivedCRSTemplate.
- *
- * @return the base CRS.
- */
+ *
+ * @return the base CRS.
+ */
PROJ_DLL const BaseNNPtr baseCRS() const;
/** \brief Instantiate a DerivedCRSTemplate from a base CRS, a deriving
- * conversion and a cs::CoordinateSystem.
- *
- * @param properties See \ref general_properties.
- * At minimum the name should be defined.
- * @param baseCRSIn base CRS.
- * @param derivingConversionIn the deriving conversion from the base CRS to
- * this
- * CRS.
- * @param csIn the coordinate system.
- * @return new DerivedCRSTemplate.
- */
+ * conversion and a cs::CoordinateSystem.
+ *
+ * @param properties See \ref general_properties.
+ * At minimum the name should be defined.
+ * @param baseCRSIn base CRS.
+ * @param derivingConversionIn the deriving conversion from the base CRS to
+ * this
+ * CRS.
+ * @param csIn the coordinate system.
+ * @return new DerivedCRSTemplate.
+ */
PROJ_DLL static NNPtr
create(const util::PropertyMap &properties, const BaseNNPtr &baseCRSIn,
const operation::ConversionNNPtr &derivingConversionIn,
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 2fef0f9c..8cf8e3c4 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -901,7 +901,7 @@ class PROJ_GCC_DLL AuthorityFactory {
/** Whether the object is deprecated */
bool deprecated;
/** Whereas the west_lon_degree, south_lat_degree, east_lon_degree and
- * north_lat_degree fields are valid. */
+ * north_lat_degree fields are valid. */
bool bbox_valid;
/** Western-most longitude of the area of use, in degrees. */
double west_lon_degree;