Skip to content

Commit

Permalink
Merge pull request #124 from alperaltuntas/create_ncar_fork_of_doxygen
Browse files Browse the repository at this point in the history
further doxygen changes
  • Loading branch information
alperaltuntas authored Sep 17, 2019
2 parents 3513c68 + 521c732 commit 2bd130f
Show file tree
Hide file tree
Showing 5 changed files with 2,488 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config_src/nuopc_driver/mom_cap.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!>
!! @mainpage MOM NUOPC Cap
!! @subpage MOM NUOPC Cap
!! @author Fei Liu (fei.liu@gmail.com)
!! @date 5/10/13 Original documentation
!! @author Rocky Dunlap (rocky.dunlap@noaa.gov)
Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Create API documentation
if os.environ.get('NCAR_FORK'):
doxygenize = 'doxygen Doxyfile_ncar_rtd'
doxygenize = 'doxygen ncar/Doxyfile_ncar_rtd'
else:
doxygenize = 'doxygen Doxyfile_rtd'
if os.path.exists('./doxygen/bin/doxygen'): doxygenize = './doxygen/bin/'+doxygenize
Expand All @@ -44,7 +44,6 @@
'sphinxfortran.fortran_domain',
]


autosummary_generate = ['api/modules.rst', 'api/pages.rst']
doxygen_xml = 'xml'

Expand Down
Loading

0 comments on commit 2bd130f

Please sign in to comment.