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>2015-07-31 15:59:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-31 16:44:37 +0300
commit03f00eb91d873cc118a100d6e5b5d7bf801dd451 (patch)
treece48560052400014fae1ca335c333caad57daa5d /source/blender/makesdna
parent12b7850d4fcd420f23f80c16a85f08d7cd9158f5 (diff)
Docs: doxy corrections
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/intern/dna_genfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c
index 389e22b2a0c..499c430306b 100644
--- a/source/blender/makesdna/intern/dna_genfile.c
+++ b/source/blender/makesdna/intern/dna_genfile.c
@@ -64,7 +64,7 @@
*
* Create a structDNA: only needed when one of the input include (.h) files change.
* File Syntax:
- * <pre>
+ * \code{.unparsed}
* SDNA (4 bytes) (magic number)
* NAME (4 bytes)
* <nr> (4 bytes) amount of names (int)
@@ -86,7 +86,7 @@
* STRC (4 bytes)
* <nr> amount of structs (int)
* <typenr><nr_of_elems> <typenr><namenr> <typenr><namenr> ...
- *</pre>
+ * \endcode
*
* **Remember to read/write integer and short aligned!**
*