Cleanup: remove historic reference from makesdna.c

We have mostly removed information about original authors,
as this information isn't so useful.
This commit is contained in:
Campbell Barton 2021-10-14 16:41:38 +11:00
parent a620ce7e54
commit 3be2d6078f
1 changed files with 4 additions and 6 deletions

View File

@ -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