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

Updated doxygen documentations

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

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/docs

    • Property svn:ignore
      •  

        old new  
        11html 
        22latex 
         3pjnath.tag 
  • pjproject/trunk/pjnath/docs/doxygen.cfg

    r1111 r2037  
    295295 
    296296SHOW_USED_FILES        = YES 
     297TYPEDEF_HIDES_STRUCT    = YES 
    297298 
    298299#--------------------------------------------------------------------------- 
     
    871872# The TAGFILES tag can be used to specify one or more tagfiles. 
    872873 
    873 TAGFILES               =  
     874TAGFILES               = ../pjlib/docs/pjlib.tag=../../../pjlib/docs/html ../pjlib-util/docs/pjlib-util.tag=../../../pjlib-util/docs/html ../pjsip/docs/pjsip.tag=../../../pjsip/docs/html ../pjmedia/docs/pjmedia.tag=../../../pjmedia/docs/html 
    874875 
    875876# When a file name is specified after GENERATE_TAGFILE, doxygen will create  
    876877# a tag file that is based on the input files it reads. 
    877878 
    878 GENERATE_TAGFILE       =  
     879GENERATE_TAGFILE       = ../pjnath/docs/pjnath.tag 
    879880 
    880881# If the ALLEXTERNALS tag is set to YES all external classes will be listed  
     
    888889# be listed. 
    889890 
    890 EXTERNAL_GROUPS        = YES 
     891EXTERNAL_GROUPS        = NO 
    891892 
    892893# The PERL_PATH should be the absolute path and name of the perl script  
    893894# interpreter (i.e. the result of `which perl'). 
    894895 
    895 PERL_PATH              = /usr/bin/perl 
     896#PERL_PATH              = /usr/bin/perl 
     897PERL_PATH              = /c/Perl/bin/perl 
    896898 
    897899#--------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.