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
path: root/doc
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-21 12:23:34 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-21 12:23:34 +0300
commit212d67734ceaae4e99c0325d7300f4b7cec18b36 (patch)
tree433a36faaf74a4ff16469080d693313816ac1df8 /doc
parentb276624f33ee6906a1a4ab7bc9a89944eafa223d (diff)
doxygen: add guardedalloc and AVI
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile3
-rw-r--r--doc/doxygen.main4
-rw-r--r--doc/footer.html2
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 182dbffcdf2..94aa9a206f5 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -630,7 +630,8 @@ INPUT = doxygen.main \
../source/blender/nodes \
../source/blender/modifiers \
../source/blender/gpu \
- ../source/blender/avi
+ ../source/blender/avi \
+ ../intern/guardedalloc
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
diff --git a/doc/doxygen.main b/doc/doxygen.main
index 19cb14be60b..81cbec44000 100644
--- a/doc/doxygen.main
+++ b/doc/doxygen.main
@@ -18,6 +18,10 @@
* as part of the normal development process.
*/
+/** \defgroup MEM Guarded memory (de)allocation
+ * \ingroup intern
+ */
+
/** \defgroup extern External libraries
* \section externabout External libraries
* As with \ref intern these libraries are
diff --git a/doc/footer.html b/doc/footer.html
index 93e39534ba8..a74f5055b15 100644
--- a/doc/footer.html
+++ b/doc/footer.html
@@ -1,5 +1,5 @@
<hr class="footer"/><address class="footer"><small>Generated on $datetime for $projectname by&#160;
<a href="http://www.doxygen.org/index.html">
-<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> $doxygenversion </small></address>
+doxygen</a> $doxygenversion </small></address>
</body>
</html>