isce-framework / isce3

InSAR Scientific Computing Environment ***NOTICE - This repository is currently a mirror of an internally hosted project and is in the process of migrating the development to this public repository. In near future we will accept external pull requests.***
Other
124 stars 32 forks source link

Documentation generation fix #1

Closed piyushrpt closed 4 years ago

piyushrpt commented 4 years ago

This fix will allow for automatic documentation to be generated for the C++ API.

diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in
index ab15876e..bf8b54fa 100644
--- a/doc/doxygen/Doxyfile.in
+++ b/doc/doxygen/Doxyfile.in
@@ -378,7 +378,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.

-INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/cxx/isce \
+INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/cxx/isce3 \
                          @CMAKE_CURRENT_SOURCE_DIR@/cxx/iscecuda \
                          @CMAKE_CURRENT_SOURCE_DIR@/doc/doxygen
bhawkins-jpl commented 4 years ago

Howdy! Yep, this was already fixed internally in https://github.com/isce-framework/isce3/commit/ecb14d9d9381a8f861eda9acbe233c1f98f7d43f but didn't get pushed out until recently. Should be good now.