Ignore:
Timestamp:
09/05/10 14:28:15 (2 years ago)
Author:
Freddie Akeroyd
Message:

Improve comments and reference test programs. Refs #231.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen/Doxyfile_cpp

    r1426 r1473  
    635635# the \include command). 
    636636 
    637 EXAMPLE_PATH           = 
     637EXAMPLE_PATH           = $(TOPSRC)/test 
    638638 
    639639# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
     
    642642# blank all files are included. 
    643643 
    644 EXAMPLE_PATTERNS       = 
     644EXAMPLE_PATTERNS       = *.cpp *.cxx 
    645645 
    646646# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
     
    13131313# is run, you must also specify the path to the tagfile here. 
    13141314 
    1315 TAGFILES               = 
     1315TAGFILES               = c-api.tag=../html-c 
    13161316 
    13171317# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
Note: See TracChangeset for help on using the changeset viewer.