Skip to content

Commit

Permalink
Add link to examples from C section
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Oct 25, 2024
1 parent 793e19a commit addad48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ linker flags for building against the C library:
All functionality of the C API is available through the `geos_c.h` header file.

Documentation for the C API is provided via comments in the `geos_c.h` header
file. C API usage examples can be found in the GEOS unit tests and in the
source code of software that uses GEOS, such as PostGIS and the sf package
for R.
file. C API usage examples can be found in the [examples](examples/) directory.

### Using the C++ interface

Expand Down Expand Up @@ -96,7 +94,7 @@ classes, e.g. `#include <geos/algorithm/distance/DiscreteHausdorffDistance.h>`.

#include <geos.h>

C++ usage examples can be found in [examples](examples/).
C++ usage examples can be found in the [examples](examples/) directory.

### Using other languages

Expand Down

0 comments on commit addad48

Please sign in to comment.