Skip to content

Commit fa71cf1

Browse files
Add the Doxyversion string to the project name.
1 parent fdff3af commit fa71cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
2525
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
2626
# by quotes) that should identify the project.
2727

28-
PROJECT_NAME =
28+
#PROJECT_NAME =
2929

3030
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
3131
# This could be handy for archiving the generated documentation or

makeRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ echo "old version=`git describe`"
22
echo '#define VERSION "'$1'"' >include/version.h
33
echo 'VERSION='$1 >Makefile.version
44
echo "Version $1" >doc/version.tex
5-
echo "PROJECT_NUMBER=$1" >Doxyversion
5+
echo "PROJECT_NAME=EcoLab: $1" >Doxyversion
66
git commit -a -m "Release $1"
77
git tag -a -m "" $1
88

0 commit comments

Comments
 (0)