Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE =
EXCLUDE = @abs_top_srcdir@/sorc/fre-nctools.fd @abs_top_srcdir@/sorc/nst_tf_chg.fd

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down
10 changes: 6 additions & 4 deletions sorc/fvcom_tools.fd/kinds.f90
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
!> @file
!! @brief Module to hold specification kinds for variable declaration.
!! @brief Hold specification kinds for variable declaration.
!! @author David Wright, University of Michigan

!> Module to hold specification kinds for variable declaration.
!!
!! This module is based on (copied from) Paul vanDelst's
!! type_kinds module found in the community radiative transfer
!! model
!! This module is based on (copied from) Paul vanDelst's type_kinds
!! module found in the community radiative transfer model
!!
!! @author David Wright, University of Michigan
module kinds
Expand Down
Loading