diff dmd/Doxyfile @ 36:c0967c4b2a74 trunk

[svn r40] Cleaned up some of the array routines to use gep/load/store instead of memcpy/memset. Resizing arrays did not allocate enough memory for types bigger than 1 byte.
author lindquist
date Tue, 09 Oct 2007 07:51:13 +0200
parents c53b6e3fe49a
children
line wrap: on
line diff
--- a/dmd/Doxyfile	Tue Oct 09 06:21:30 2007 +0200
+++ b/dmd/Doxyfile	Tue Oct 09 07:51:13 2007 +0200
@@ -25,13 +25,13 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = DMDFE
+PROJECT_NAME           = DMD
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.020
+PROJECT_NUMBER         = 1.022
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.