Changeset 1258


Ignore:
Timestamp:
Apr 7, 2008, 7:06:15 PM (15 years ago)
Author:
Peter
Message:

enable alphabetical index and adding *.cc to file patterns. The rationale behind the latter change is that we have REFERENCED_BY_RELATION and REFERENCES_RELATION enabled, which adds references which functions are used and vice versa. In order to make sense, not only cover templates, we must allow doxygen to parse not only header files but all source code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen.config.in

    r1254 r1258  
    355355# *.h++ *.idl
    356356
    357 FILE_PATTERNS          = *.h
     357FILE_PATTERNS          = *.h *.cc
    358358
    359359# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    450450# contains a lot of classes, structs, unions or interfaces.
    451451
    452 ALPHABETICAL_INDEX     = NO
     452ALPHABETICAL_INDEX     = YES
    453453
    454454# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
Note: See TracChangeset for help on using the changeset viewer.