COIN-OR::LEMON - Graph Library

Changeset 2128:509846825ddf in lemon-0.x for doc/Doxyfile.in


Ignore:
Timestamp:
07/11/06 18:09:49 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2841
Message:
  • Disable the copy constructor and operator= of {List|Smart}[U]Graph.
  • Improve graph doc
  • Also put private members into the doc (if they are documented)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r1660 r2128  
    225225# will be included in the documentation.
    226226
    227 EXTRACT_PRIVATE        = NO
     227EXTRACT_PRIVATE        = YES
    228228
    229229# If the EXTRACT_STATIC tag is set to YES all static members of a file
    230230# will be included in the documentation.
    231231
    232 EXTRACT_STATIC         = NO
     232EXTRACT_STATIC         = YES
    233233
    234234# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
     
    582582# which an include is specified. Set to NO to disable this.
    583583
    584 VERBATIM_HEADERS       = YES
     584VERBATIM_HEADERS       = NO
    585585
    586586#---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.