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

Fix paths. Refs #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 \ 
Note: See TracChangeset for help on using the changeset viewer.