use (const char*) rather than (char*) where possible.

also removed some unused function definitons.
This commit is contained in:
Campbell Barton
2011-11-05 11:04:28 +00:00
parent 45b8a61bf3
commit 33accdb725
44 changed files with 91 additions and 103 deletions

View File

@@ -44,7 +44,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO = ../../release/freedesktop/icons/48x48/blender.png
PROJECT_LOGO = ../../release/freedesktop/icons/48x48/apps/blender.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.