COIN-OR::LEMON - Graph Library

Changeset 1337:6b2bdd70fe99 in lemon-0.x for doc


Ignore:
Timestamp:
04/10/05 18:26:26 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1776
Message:

'make docs' and 'make install' is also working now in external build-dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r1308 r1337  
    116116# path to strip.
    117117
    118 STRIP_FROM_PATH        = ../src
     118STRIP_FROM_PATH        = @abs_top_srcdir@/src
    119119
    120120# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    125125# are normally passed to the compiler using the -I flag.
    126126
    127 STRIP_FROM_INC_PATH    = ../src
     127STRIP_FROM_INC_PATH    = @abs_top_srcdir@/src
    128128
    129129# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
     
    451451# with spaces.
    452452
    453 INPUT                  = mainpage.dox \
    454                          getstart.dox \
    455                          quicktour.dox \
    456                          demoprograms.dox \
    457                          graphs.dox \
    458                          undir_graphs.dox \
    459                          named-param.dox \
    460                          maps.dox \
    461                          coding_style.dox \
    462                          groups.dox \
    463                          namespaces.dox \
    464                          license.dox \
    465                          developers_interface.dox \
    466                          graph_io.dox \
    467                          dirs.dox \
    468                          gwrappers.dox \
    469                          ../src/lemon \
    470                          ../src/lemon/concept \
    471                          ../src/demo \
    472                          ../src/test/test_tools.h
     453INPUT                  = @abs_top_srcdir@/doc \
     454                         @abs_top_srcdir@/src/lemon \
     455                         @abs_top_srcdir@/src/lemon/concept \
     456                         @abs_top_srcdir@/src/demo \
     457                         @abs_top_srcdir@/src/test/test_tools.h
    473458
    474459# If the value of the INPUT tag contains directories, you can use the
     
    479464# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
    480465
    481 FILE_PATTERNS          =
     466FILE_PATTERNS          = *.h *.cc *.dox
    482467
    483468# The RECURSIVE tag can be used to turn specify whether or not subdirectories
Note: See TracChangeset for help on using the changeset viewer.