Changeset 1425


Ignore:
Timestamp:
12/02/10 19:15:39 (2 years ago)
Author:
Freddie Akeroyd
Message:

Fix paths. Refs #220

Location:
trunk/doc/doxygen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen/Doxyfile_f77

    r1424 r1425  
    586586# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 
    587587 
    588 FILE_PATTERNS          = *.c \ 
     588FILE_PATTERNS          = *.f \ 
     589                         *.f77 \ 
     590                         *.inc \ 
     591                         *.c \ 
    589592                         *.cc \ 
    590593                         *.cxx \ 
  • trunk/doc/doxygen/Doxyfile_f90

    r1424 r1425  
    569569# with spaces. 
    570570 
    571 INPUT                  = $(TOPSRC)/src \ 
    572                          $(TOPSRC)/include \ 
    573                          $(TOPSRC)/bindings/cpp 
     571INPUT                  = $(TOPSRC)/bindings/f90 
    574572 
    575573# This tag can be used to specify the character encoding of the source files 
     
    588586# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 
    589587 
    590 FILE_PATTERNS          = *.c \ 
     588FILE_PATTERNS          = *.f90 \ 
     589                         *.inc \ 
     590                         *.f \ 
     591                         *.c \ 
    591592                         *.cc \ 
    592593                         *.cxx \ 
  • trunk/doc/doxygen/Makefile.am

    r1424 r1425  
    6868 
    6969clean-local : 
    70         rm -fr html latex refman.pdf 
     70        rm -fr html-* latex-* refman.pdf 
    7171 
    7272uninstall-local : 
Note: See TracChangeset for help on using the changeset viewer.