Changeset 763 for trunk


Ignore:
Timestamp:
Feb 22, 2007, 3:54:54 PM (16 years ago)
Author:
Peter
Message:

added project number in doxygen. NOTE: this need to be bumbed at release. Also removed generation of todo-list test-list, and bug-list in Doxygen since we utilize trac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen.config

    r675 r763  
    33# Copyright (C) 2003, 2005 Peter Johansson
    44# Copyright (C) 2006 Jari Häkkinen, Peter Johansson
     5# Copyright (C) 2007 Peter Johansson
    56#
    67# This file is part of the yat library, http://lev.thep.lu.se/trac/yat
     
    5354# if some version control system is used.
    5455
    55 PROJECT_NUMBER         =
     56PROJECT_NUMBER         = 0.2pre
    5657
    5758# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    256257# commands in the documentation.
    257258
    258 GENERATE_TODOLIST      = YES
     259GENERATE_TODOLIST      = NO
    259260
    260261# The GENERATE_TESTLIST tag can be used to enable (YES) or
     
    262263# commands in the documentation.
    263264
    264 GENERATE_TESTLIST      = YES
     265GENERATE_TESTLIST      = NO
    265266
    266267# The GENERATE_BUGLIST tag can be used to enable (YES) or
     
    268269# commands in the documentation.
    269270
    270 GENERATE_BUGLIST       = YES
     271GENERATE_BUGLIST       = NO
    271272
    272273# This tag can be used to specify a number of aliases that acts
     
    501502# will generate a default style sheet
    502503
    503 HTML_STYLESHEET        =
     504HTML_STYLESHEET        = styles
    504505
    505506# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
Note: See TracChangeset for help on using the changeset viewer.