# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.7
+PROJECT_NUMBER = 1.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# You can put \n's in the value part of an alias to insert newlines.
ALIASES = "libevent=<a href='http://monkey.org/~provos/libevent/'>libevent</a> " \
- "eventxx=<a href=\"http://www.llucax.com.ar/~luca/eventxx/\"><strong>eventxx</strong></a> "
+ "eventxx=<a href=\"http://proj.llucax.com.ar/home/eventxx/\"><strong>eventxx</strong></a> " \
+ "home=http://proj.llucax.com.ar/home/eventxx" \
+ "redmine=http://proj.llucax.com.ar/projects/show/eventxx" \
+ "gitweb=http://git.llucax.com.ar/w/software/eventxx.git"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.