Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doxygen improvements for sorc/grid_tools.fd/regional_esg_grid.fd/pesg.f90 #371

Merged
merged 9 commits into from
Mar 4, 2021
Merged
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