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>2012-02-28 00:27:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-28 00:27:19 +0400
commitd2cab3e8b002ab5c8843190f736c883f35cd6452 (patch)
treea90b1b7b36ef901e49bf9c47a4bd41a672294126 /doc/doxygen
parent40fca4ed217c3eafe8205e53d404c44b1126952d (diff)
move bmesh wiki docs into bmesh header and update doxygen.
also have doxygen ignore *.py files and fix some warnings.
Diffstat (limited to 'doc/doxygen')
-rw-r--r--doc/doxygen/Doxyfile6
-rw-r--r--doc/doxygen/doxygen.source10
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index e8fb065e7a4..8444ea780e2 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = Blender
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "V2.59"
+PROJECT_NUMBER = "V2.6x"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
@@ -648,7 +648,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = ../../source/gameengine/PyDoc
+EXCLUDE = ../../build_files, ../../release
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -662,7 +662,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = .svn
+EXCLUDE_PATTERNS = .svn .git *.py
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
diff --git a/doc/doxygen/doxygen.source b/doc/doxygen/doxygen.source
index cc3a2b14a92..f27a5a87807 100644
--- a/doc/doxygen/doxygen.source
+++ b/doc/doxygen/doxygen.source
@@ -8,14 +8,14 @@
/** \defgroup render Rendering
* \ingroup blender
*/
-/** \defgroup meshedit Mesh Editing */
+/** \defgroup bmesh BMesh
+ * \ingroup blender
+ */
/** \defgroup texture Texturing */
/** \defgroup compositor Compositing */
-/** \defgroup scripts Scripting */
-
/** \defgroup python Python
- * \ingroup blender scripts
+ * \ingroup blender
*/
/** \defgroup pygen Python Generic
@@ -332,7 +332,7 @@
* \ingroup imbuf
*/
-/** \defgorup imbdds DDS
+/** \defgroup imbdds DDS
* \ingroup imbuf
*/