]> git.llucax.com Git - software/eventxx.git/blobdiff - Doxyfile
Update project links in the documentation
[software/eventxx.git] / Doxyfile
index b7a4a350fce114e71159645d1e3a291c2562407b..d765df5763a0c91133ab431e83a346d9d6420752 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -186,7 +186,10 @@ TAB_SIZE               = 8
 # 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.