diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-01 23:06:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-01 23:06:38 +0100 |
| commit | d8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (patch) | |
| tree | 5968326ad88df28ba0ebc8c4851c79d80df38b55 /docs/Makefile | |
| parent | a5534237d1530bce971ba6e6e5a5f7a47fcfd96e (diff) | |
| parent | bf4ebe8f56b6b7725206168d7f9dda4b659abf2b (diff) | |
| download | PROJ-d8d96cecce9c4ee3136e63e32d2ce952fa2ede56.tar.gz PROJ-d8d96cecce9c4ee3136e63e32d2ce952fa2ede56.zip | |
Merge pull request #1212 from kbevers/refactor-docs
Split ISO19111 C API docs into functions and types
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index e6a02fdd..4e1e88aa 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -50,6 +50,7 @@ help: .PHONY: clean clean: rm -rf $(BUILDDIR)/* + rm -rf .doxygen_up_to_date .doxygen_up_to_date: ../Doxyfile ../src/*.cpp ../include/proj/*.hpp ../scripts/doxygen.sh |
