Auto-generate the version information of Doxygen documentation

This commit is contained in:
Harald Welte 2011-08-17 19:21:07 +02:00
parent 4e777c300f
commit 49e1056cca
10 changed files with 6877 additions and 4 deletions

5
.gitignore vendored
View File

@ -22,6 +22,11 @@ install-sh
stamp-h1
libtool
Doxyfile
Doxyfile.gsm
Doxyfile.vty
Doxyfile.codec
.tarball-version
.version

View File

@ -31,7 +31,7 @@ PROJECT_NAME = libosmocore
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = V0.3.5
PROJECT_NUMBER = 0.3.5.27-4e77-dirty
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

View File

@ -31,7 +31,7 @@ PROJECT_NAME = libosmocodec
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = V0.3.5
PROJECT_NUMBER = 0.3.5.27-4e77-dirty
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

1716
Doxyfile.codec.in Normal file

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@ PROJECT_NAME = libosmogsm
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = V0.3.5
PROJECT_NUMBER = 0.3.5.27-4e77-dirty
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

1716
Doxyfile.gsm.in Normal file

File diff suppressed because it is too large Load Diff

1716
Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@ PROJECT_NAME = libosmovty
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = V0.3.5
PROJECT_NUMBER = 0.3.5.27-4e77-dirty
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

1716
Doxyfile.vty.in Normal file

File diff suppressed because it is too large Load Diff

View File

@ -121,4 +121,8 @@ AC_OUTPUT(
tests/ussd/Makefile
tests/smscb/Makefile
utils/Makefile
Doxyfile
Doxyfile.gsm
Doxyfile.vty
Doxyfile.codec
Makefile)