COIN-OR::LEMON - Graph Library

Changeset 1435:8e85e6bbefdf in lemon-0.x for doc


Ignore:
Timestamp:
05/23/05 06:48:14 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1909
Message:

trunk/src/* move to trunk/

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r1400 r1435  
    116116# path to strip.
    117117
    118 STRIP_FROM_PATH        = @abs_top_srcdir@/src
     118STRIP_FROM_PATH        = @abs_top_srcdir@
    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    = @abs_top_srcdir@/src
     127STRIP_FROM_INC_PATH    = @abs_top_srcdir@
    128128
    129129# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
     
    452452
    453453INPUT                  = @abs_top_srcdir@/doc \
    454                          @abs_top_srcdir@/src/lemon \
    455                          @abs_top_srcdir@/src/lemon/bits \
    456                          @abs_top_srcdir@/src/lemon/concept \
    457                          @abs_top_srcdir@/src/demo \
    458                          @abs_top_srcdir@/src/test/test_tools.h
     454                         @abs_top_srcdir@/lemon \
     455                         @abs_top_srcdir@/lemon/bits \
     456                         @abs_top_srcdir@/lemon/concept \
     457                         @abs_top_srcdir@/demo \
     458                         @abs_top_srcdir@/test/test_tools.h
    459459
    460460# If the value of the INPUT tag contains directories, you can use the
     
    495495# the \include command).
    496496
    497 EXAMPLE_PATH           = ../src/demo \
     497EXAMPLE_PATH           = ../demo \
    498498                         ../LICENSE \
    499499                         .
  • doc/template.h

    r1359 r1435  
    11/* -*- C++ -*-
    2  * src/lemon/template.h - Part of LEMON, a generic C++ optimization library
     2 * lemon/template.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
Note: See TracChangeset for help on using the changeset viewer.