Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -913,13 +913,13 @@ STRIP_CODE_COMMENTS = YES
# function all documented functions referencing it will be listed.
# The default value is: NO.

REFERENCED_BY_RELATION = NO
REFERENCED_BY_RELATION = YES

# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.

REFERENCES_RELATION = NO
REFERENCES_RELATION = YES

# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES, then the hyperlinks from functions in REFERENCES_RELATION and
Expand Down
3 changes: 3 additions & 0 deletions sorc/grid_tools.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This is the CMake file for the grid_tools utilites of UFS_UTILS.
#
# George Gayno
add_subdirectory(shave.fd)
add_subdirectory(filter_topo.fd)
add_subdirectory(regional_esg_grid.fd)
Expand Down
4 changes: 4 additions & 0 deletions sorc/grid_tools.fd/regional_esg_grid.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This is the CMake file for the regional_esf_grid utility in
# UFS_UTILS.
#
# George Gayno
set(fortran_src
pesg.f90
pfun.f90
Expand Down
Loading