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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-17 19:17:40 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-17 19:17:40 +0300
commitf697247f0e567f87dcce76fa389c9b6a62fcef6a (patch)
tree4301e4852dd7387392466a827825e2c9aebf8a9e /source/blender/makesdna/DNA_documentation.h
parent8a63ee46ba4114a17916e6ab45cab061365e83c7 (diff)
Start simple intros for intern and extern libs.
Some reorg of modules/pages, start makesdna and makesrna. In many places license block needs to be changed to not start with /**, because otherwise documentation will go weird.
Diffstat (limited to 'source/blender/makesdna/DNA_documentation.h')
-rw-r--r--source/blender/makesdna/DNA_documentation.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/makesdna/DNA_documentation.h b/source/blender/makesdna/DNA_documentation.h
index cfca99fff6d..2e5eb3778c4 100644
--- a/source/blender/makesdna/DNA_documentation.h
+++ b/source/blender/makesdna/DNA_documentation.h
@@ -27,11 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/*!
- * \ingroup DNA
+/**
* \page makesdna makesdna
+ * \ingroup DNA
*
- * @section aboutdna About the DNA module
+ * \section aboutdna About the DNA module
*
* The DNA module holds all type definitions that are serialized in a
* blender file. There is an executable that scans all files, looking
@@ -39,7 +39,7 @@
* information, it builds a file with numbers that encode the format,
* the names of variables, and the plce to look for them.
*
- * @section dnaissues Known issues with DNA
+ * \section dnaissues Known issues with DNA
*
* - Function pointers:
*
@@ -58,19 +58,19 @@
* have to change this (Not very flexible, but it is hardly ever
* changed. Sorry.).
*
- * @section dnadependencies Dependencies
+ * \section dnadependencies Dependencies
*
* DNA has no external dependencies (except for a few system
* includes).
- * @section dnanote NOTE
+ * \section dnanote NOTE
PLEASE READ INSTRUCTIONS ABOUT ADDING VARIABLES IN 'DNA' STRUCTS IN
intern/dna_genfile.c
(ton)
- **/
+ */