From 6ad90be1df339da1ae65328c738d60e142b13efe Mon Sep 17 00:00:00 2001 From: Perry Ismangil Date: Tue, 19 Jul 2011 21:42:58 +0000 Subject: Re #1254 Doxygen configuration and makefile changes to support version specific documentation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3669 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/docs/doxygen.cfg | 4 ++-- pjsip/docs/header.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pjsip/docs') diff --git a/pjsip/docs/doxygen.cfg b/pjsip/docs/doxygen.cfg index d6c23185..cd3f8e4c 100644 --- a/pjsip/docs/doxygen.cfg +++ b/pjsip/docs/doxygen.cfg @@ -23,14 +23,14 @@ PROJECT_NAME = "PJSIP Reference" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = $(PJ_VERSION) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = docs +OUTPUT_DIRECTORY = docs/$(PJ_VERSION) # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this diff --git a/pjsip/docs/header.html b/pjsip/docs/header.html index 767dbaa4..cb930206 100644 --- a/pjsip/docs/header.html +++ b/pjsip/docs/header.html @@ -1,6 +1,6 @@ -$title +$title ($projectnumber) -- cgit v1.2.3