Changeset 75d509 in git for dox/Doxyfile.in


Ignore:
Timestamp:
Jul 16, 2014, 6:53:20 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3cc5adad2cd121103a185198f694ded20e0fa1de
Parents:
0e6eeed9e2ac0de5273338596b6abdff041ab44c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-16 18:53:20+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-24 17:17:00+02:00
Message:
Doxygen directory deps.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dox/Doxyfile.in

    r0e6eee r75d509  
    19231923# The default value is: YES.
    19241924
    1925 ENABLE_PREPROCESSING   = NO
     1925ENABLE_PREPROCESSING   = YES
    19261926
    19271927# If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
     
    19781978# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
    19791979
    1980 PREDEFINED             =
     1980PREDEFINED             = \
     1981"SIZEOF_LONG=8" \
     1982"HAVE_GFANLIB=1" \
     1983"HAVE_RINGS=1" \
     1984"HAVE_MORE_FIELDS_IMPLEMENTED=1" \
     1985"__FLINT_VERSION_MINOR=4" \
     1986"__GMP_BITS_PER_MP_LIMB=100" \
     1987__cplusplus \
     1988GENTABLE \
     1989HAVE_ASSUME \
     1990HAVE_ATEXIT \
     1991HAVE_BIGINTM \
     1992HAVE_CDD_SETOPER_H \
     1993HAVE_DBM \
     1994HAVE_DL \
     1995HAVE_DLD \
     1996HAVE_DYN_RL \
     1997HAVE_DYNAMIC_LOADING \
     1998HAVE_EIGENVAL \
     1999HAVE_ELF_SYSTEM \
     2000HAVE_EXPLICIT_CONSTR \
     2001HAVE_EXTENDED_SYSTEM \
     2002HAVE_F4 \
     2003HAVE_F5 \
     2004HAVE_F5C \
     2005HAVE_FEREAD \
     2006HAVE_FLINT \
     2007HAVE_GENERIC_ADD \
     2008HAVE_GMS \
     2009HAVE_IOSTREAM \
     2010HAVE_LENGTH_DIFF \
     2011HAVE_LIBPARSER \
     2012HAVE_LM_BIN \
     2013HAVE_MATHICGB \
     2014HAVE_NAMESPACES \
     2015HAVE_NEWTON \
     2016HAVE_NTL \
     2017HAVE_OM_ASSUME \
     2018HAVE_OMALLOC \
     2019HAVE_PCV \
     2020HAVE_PLURAL \
     2021HAVE_POLYEXTENSIONS \
     2022HAVE_POLYMAKE \
     2023HAVE_PSEUDO_BUCKETS \
     2024HAVE_PYTHON \
     2025HAVE_RATGRING \
     2026HAVE_RING2TOM \
     2027HAVE_RINGS_LOC \
     2028HAVE_SBRK \
     2029HAVE_SDB \
     2030HAVE_SHEAFCOH_TRICKS \
     2031HAVE_SHIFTBBA \
     2032HAVE_SPECTRUM \
     2033HAVE_SUMMATOR \
     2034HAVE_SVD \
     2035HAVE_TAIL_BIN \
     2036HAVE_TAIL_RING \
     2037HAVE_VANIDEAL \
     2038HAVE_WALK \
     2039HAVE_ZERODIVISORS \
     2040IPARITH \
     2041IPASSIGN \
     2042IPCONV \
     2043NATNUMBER \
     2044OLD_RES \
     2045OMALLOC_USES_SYSTEM_MALLOC \
     2046PLURAL_INTERNAL_DECLARATIONS \
     2047PLURAL_INTERNAL_DECLARATIONS_GB_HACK \
     2048SEMIC_PRINT \
     2049SI_COUNTEDREF_AUTOLOAD \
     2050SINGULAR
     2051
     2052
    19812053
    19822054# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
Note: See TracChangeset for help on using the changeset viewer.