Changeset 1425
- Timestamp:
- 12/02/10 19:15:39 (2 years ago)
- Location:
- trunk/doc/doxygen
- Files:
-
- 3 edited
-
Doxyfile_f77 (modified) (1 diff)
-
Doxyfile_f90 (modified) (2 diffs)
-
Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen/Doxyfile_f77
r1424 r1425 586 586 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 587 587 588 FILE_PATTERNS = *.c \ 588 FILE_PATTERNS = *.f \ 589 *.f77 \ 590 *.inc \ 591 *.c \ 589 592 *.cc \ 590 593 *.cxx \ -
trunk/doc/doxygen/Doxyfile_f90
r1424 r1425 569 569 # with spaces. 570 570 571 INPUT = $(TOPSRC)/src \ 572 $(TOPSRC)/include \ 573 $(TOPSRC)/bindings/cpp 571 INPUT = $(TOPSRC)/bindings/f90 574 572 575 573 # This tag can be used to specify the character encoding of the source files … … 588 586 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 589 587 590 FILE_PATTERNS = *.c \ 588 FILE_PATTERNS = *.f90 \ 589 *.inc \ 590 *.f \ 591 *.c \ 591 592 *.cc \ 592 593 *.cxx \ -
trunk/doc/doxygen/Makefile.am
r1424 r1425 68 68 69 69 clean-local : 70 rm -fr html latexrefman.pdf70 rm -fr html-* latex-* refman.pdf 71 71 72 72 uninstall-local :
Note: See TracChangeset
for help on using the changeset viewer.
