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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-02 03:53:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-02 03:58:24 +0300
commit4ef09cf937f27eccd262c5026fc494498344798c (patch)
tree415d1faa63a182a5afe750d541400da86825f2f4 /intern/guardedalloc
parenta3bf8da8758fb4640feaa3eba5c21161c58b9659 (diff)
Cleanup: remove author/date info from doxy headers
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/MEM_guardedalloc.h1
-rw-r--r--intern/guardedalloc/mmap_win.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h
index d23bab63d67..eb60226490c 100644
--- a/intern/guardedalloc/MEM_guardedalloc.h
+++ b/intern/guardedalloc/MEM_guardedalloc.h
@@ -21,7 +21,6 @@
* \file MEM_guardedalloc.h
* \ingroup MEM
*
- * \author Copyright (C) 2001 NaN Technologies B.V.
* \brief Read \ref MEMPage
*
* \page MEMPage Guarded memory(de)allocation
diff --git a/intern/guardedalloc/mmap_win.h b/intern/guardedalloc/mmap_win.h
index 309816ffb1f..e54ddaa804e 100644
--- a/intern/guardedalloc/mmap_win.h
+++ b/intern/guardedalloc/mmap_win.h
@@ -19,7 +19,6 @@
/** \file mmap_win.h
* \ingroup MEM
- * \author Andrea Weikert
*/
#ifndef __MMAP_WIN_H__