Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Corn <cmccad@yahoo.com>2003-06-18 07:48:55 +0400
committerCasey Corn <cmccad@yahoo.com>2003-06-18 07:48:55 +0400
commit17ca22de62176f808ed5b69b967808e79d4cfb05 (patch)
tree1d243d76090d8ab1d52985d29c65e62648deb100 /source/creator/buildinfo.c
parent63537d1e77df371f67a3fdcd7e7e754da0c1fca7 (diff)
Rolled back comments. According to new guidelines, no .c files
should contain doxygen comments.
Diffstat (limited to 'source/creator/buildinfo.c')
-rw-r--r--source/creator/buildinfo.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c
index bb6bde1757e..79df75af80b 100644
--- a/source/creator/buildinfo.c
+++ b/source/creator/buildinfo.c
@@ -29,31 +29,14 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-/**
- * \file buildinfo.c
- * \brief Info on the date, time, os, and type of blender build.
- * \ingroup mainmodule
- */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef BUILD_DATE
-/**
- * Global build date.
- */
char * build_date=BUILD_DATE;
-/**
- * Global build time.
- */
char * build_time=BUILD_TIME;
-/**
- * Global build platform.
- */
char * build_platform=BUILD_PLATFORM;
-/**
- * Global build type.
- */
char * build_type=BUILD_TYPE;
#endif