Skip to content

Commit

Permalink
Move GEOS_DLL macro to beginning of declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason authored and Gitea committed Jun 20, 2019
1 parent 84fdaf6 commit d924cc7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions include/geos/geom/Location.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ namespace geos {
namespace geom { // geos::geom

/** \brief
* Constants representing the location of a point relative to a geometry.
* Constants representing the location of a point relative to a geometry.
*
* They can also be thought of as the row or column index of a DE-9IM matrix.
* For a description of the DE-9IM, see the <A
* HREF="http://www.opengis.org/techno/specs.htm">OpenGIS Simple Features
* Specification for SQL</A> .
* They can also be thought of as the row or column index of a DE-9IM matrix.
* For a description of the DE-9IM, see the
* [OpenGIS Simple Features Specification for SQL](http://www.opengis.org/techno/specs.htm").
*/
enum class GEOS_DLL Location : char {
GEOS_DLL enum class Location : char {
/**
* Used for uninitialized location values.
*/
Expand Down

0 comments on commit d924cc7

Please sign in to comment.