X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/a1caadbfd2783e837f151c2ede0e4bafec236fe5..00f3b0a3783ac1d8fa7d89afeb5b9f4fd1cc8ead:/Doxyfile?ds=inline diff --git a/Doxyfile b/Doxyfile index 1e1d19b..d765df5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = eventxx # 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. @@ -186,7 +186,10 @@ TAB_SIZE = 8 # You can put \n's in the value part of an alias to insert newlines. ALIASES = "libevent=libevent " \ - "eventxx=eventxx " + "eventxx=eventxx " \ + "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.