move bmesh wiki docs into bmesh header and update doxygen.

also have doxygen ignore *.py files and fix some warnings.
This commit is contained in:
Campbell Barton
2012-02-27 20:27:19 +00:00
parent 40fca4ed21
commit d2cab3e8b0
23 changed files with 222 additions and 87 deletions

View File

@@ -258,7 +258,7 @@ doc_py:
@echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/contents.html'"
doc_doxy:
cd doc/doxygen; doxygen
cd doc/doxygen; doxygen Doxyfile
@echo "docs written into: '$(BLENDER_DIR)/doc/doxygen/html/index.html'"
doc_dna: