X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/258efe110858b68a6de70388bf6a2561448a6143..9f2ee8406e40f26dc3f7d0d8ee8bd3d7a890a604:/Doxyfile?ds=inline diff --git a/Doxyfile b/Doxyfile index 8768426..8fab6d4 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.6 +PROJECT_NUMBER = 1.0.1 # 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.