From dcadef7fc04bb899333fb0ab472679c8ac280e09 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 20 Jun 2008 21:39:02 +0000 Subject: Updated doxygen documentations git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2037 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/docs/UML-class-diagram.dia | Bin 5001 -> 3897 bytes pjnath/docs/UML-class-diagram.png | Bin 126452 -> 31987 bytes pjnath/docs/doxygen.cfg | 10 ++++++---- pjnath/docs/footer.html | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) (limited to 'pjnath/docs') diff --git a/pjnath/docs/UML-class-diagram.dia b/pjnath/docs/UML-class-diagram.dia index ac9ffd3e..4e54231a 100644 Binary files a/pjnath/docs/UML-class-diagram.dia and b/pjnath/docs/UML-class-diagram.dia differ diff --git a/pjnath/docs/UML-class-diagram.png b/pjnath/docs/UML-class-diagram.png index 49c68519..d3c08e9c 100644 Binary files a/pjnath/docs/UML-class-diagram.png and b/pjnath/docs/UML-class-diagram.png differ diff --git a/pjnath/docs/doxygen.cfg b/pjnath/docs/doxygen.cfg index e769deb1..f7da72b2 100644 --- a/pjnath/docs/doxygen.cfg +++ b/pjnath/docs/doxygen.cfg @@ -294,6 +294,7 @@ OPTIMIZE_OUTPUT_JAVA = NO # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES +TYPEDEF_HIDES_STRUCT = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages @@ -870,12 +871,12 @@ SKIP_FUNCTION_MACROS = YES # The TAGFILES tag can be used to specify one or more tagfiles. -TAGFILES = +TAGFILES = ../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 # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = ../pjnath/docs/pjnath.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes @@ -887,12 +888,13 @@ ALLEXTERNALS = NO # in the modules index. If set to NO, only the current project's groups will # be listed. -EXTERNAL_GROUPS = YES +EXTERNAL_GROUPS = NO # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). -PERL_PATH = /usr/bin/perl +#PERL_PATH = /usr/bin/perl +PERL_PATH = /c/Perl/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool diff --git a/pjnath/docs/footer.html b/pjnath/docs/footer.html index b2b7f567..a91856b4 100644 --- a/pjnath/docs/footer.html +++ b/pjnath/docs/footer.html @@ -1,7 +1,7 @@

 


PJNATH - Open Source NAT traversal helper library supporting STUN, TURN, and ICE
-(C)2001-2007 Benny Prijono +(C)2001-2008 Benny Prijono
-- cgit v1.2.3