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>2021-10-14 08:41:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-14 08:41:38 +0300
commit3be2d6078f8c7831db59b4c0095fe3dd8bbabf16 (patch)
tree708d26db49411c2741399a86d680fb1bbebd59eb /source/blender/makesdna
parenta620ce7e5430b829ad6b00c8c1565226f3fbd9b5 (diff)
Cleanup: remove historic reference from makesdna.c
We have mostly removed information about original authors, as this information isn't so useful.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/intern/makesdna.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 9957808b63d..114c0b40407 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -23,10 +23,8 @@
* \brief Struct muncher for making SDNA.
*
* \section aboutmakesdnac About makesdna tool
- * Originally by Ton, some mods by Frank, and some cleaning and
- * extension by Nzc.
*
- * Makesdna creates a .c file with a long string of numbers that
+ * `makesdna` creates a .c file with a long string of numbers that
* encode the Blender file format. It is fast, because it is basically
* a binary dump. There are some details to mind when reconstructing
* the file (endianness and byte-alignment).
@@ -36,9 +34,9 @@
* how much memory (on disk or in ram) is needed to store that struct,
* and the offsets for reaching a particular one.
*
- * There is a facility to get verbose output from sdna. Search for
- * \ref debugSDNA. This int can be set to 0 (no output) to some int. Higher
- * numbers give more output.
+ * There is a facility to get verbose output from `sdna`. Search for
+ * \ref debugSDNA. This int can be set to 0 (no output) to some int.
+ * Higher numbers give more output.
*/
#define DNA_DEPRECATED_ALLOW