Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

Location:
pjproject/trunk/pjmedia/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/docs

    • Property svn:ignore
      •  

        old new  
        22latex 
        33rtf 
         4pjmedia.tag 
  • pjproject/trunk/pjmedia/docs/doxygen.cfg

    r1748 r2037  
    214214# declaration order. 
    215215 
    216 SORT_MEMBER_DOCS       = YES 
     216SORT_MEMBER_DOCS       = NO 
    217217 
    218218# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC  
     
    296296SHOW_USED_FILES        = YES 
    297297 
     298TYPEDEF_HIDES_STRUCT    = YES 
     299 
    298300#--------------------------------------------------------------------------- 
    299301# configuration options related to warning and progress messages 
     
    315317# automatically be disabled. 
    316318 
    317 WARN_IF_UNDOCUMENTED   = YES 
     319WARN_IF_UNDOCUMENTED   = NO 
    318320 
    319321# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for  
     
    875877# The TAGFILES tag can be used to specify one or more tagfiles. 
    876878 
    877 TAGFILES               =  
     879TAGFILES               = ../pjlib/docs/pjlib.tag=../../../pjlib/docs/html ../pjlib-util/docs/pjlib-util.tag=../../../pjlib-util/docs/html ../pjnath/docs/pjnath.tag=../../../pjnath/docs/html ../pjsip/docs/pjmedia.tag=../../../pjmedia/docs/html 
    878880 
    879881# When a file name is specified after GENERATE_TAGFILE, doxygen will create  
    880882# a tag file that is based on the input files it reads. 
    881883 
    882 GENERATE_TAGFILE       =  
     884GENERATE_TAGFILE       = docs/pjmedia.tag 
    883885 
    884886# If the ALLEXTERNALS tag is set to YES all external classes will be listed  
     
    892894# be listed. 
    893895 
    894 EXTERNAL_GROUPS        = YES 
     896EXTERNAL_GROUPS        = NO 
    895897 
    896898# The PERL_PATH should be the absolute path and name of the perl script  
    897899# interpreter (i.e. the result of `which perl'). 
    898900 
    899 PERL_PATH              = /usr/bin/perl 
     901#PERL_PATH              = /usr/bin/perl 
     902PERL_PATH              = /c/Perl/bin/perl 
    900903 
    901904#--------------------------------------------------------------------------- 
     
    979982DOTFILE_DIRS           =  
    980983 
    981 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width  
    982 # (in pixels) of the graphs generated by dot. If a graph becomes larger than  
    983 # this value, doxygen will try to truncate the graph, so that it fits within  
    984 # the specified constraint. Beware that most browsers cannot cope with very  
    985 # large images. 
    986  
    987 MAX_DOT_GRAPH_WIDTH    = 1024 
    988  
    989 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height  
    990 # (in pixels) of the graphs generated by dot. If a graph becomes larger than  
    991 # this value, doxygen will try to truncate the graph, so that it fits within  
    992 # the specified constraint. Beware that most browsers cannot cope with very  
    993 # large images. 
    994  
    995 MAX_DOT_GRAPH_HEIGHT   = 1024 
    996  
    997984# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will  
    998985# generate a legend page explaining the meaning of the various boxes and  
Note: See TracChangeset for help on using the changeset viewer.