COIN-OR::LEMON - Graph Library

Changeset 1823:cb082cdf3667 in lemon-0.x for gui/Doxyfile


Ignore:
Timestamp:
11/21/05 19:03:20 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2373
Message:

NewMapWin? has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/Doxyfile

    r1736 r1823  
    2626INLINE_INHERITED_MEMB  = NO
    2727FULL_PATH_NAMES        = YES
    28 STRIP_FROM_PATH        = /home/alpar/projects/ETIK/hugo/gui/
     28STRIP_FROM_PATH        = .
    2929STRIP_FROM_INC_PATH    =
    3030SHORT_NAMES            = NO
     
    8383# configuration options related to the input files
    8484#---------------------------------------------------------------------------
    85 INPUT                  = /home/alpar/projects/ETIK/hugo/gui
     85INPUT                  = .
    8686FILE_PATTERNS          = *.c \
    8787                         *.cc \
Note: See TracChangeset for help on using the changeset viewer.