git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51910
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
WARN_FORMAT = "$file:$line: $text "
-WARN_LOGFILE =
+WARN_LOGFILE = doxygen.log
#---------------------------------------------------------------------------
# configuration options related to the input files
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = YES
-IMAGE_PATH = .
+IMAGE_PATH = images
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
--- /dev/null
+#!/bin/sh
+
+doxygen
+
+# this image is not automatically copied by Doxygen because it's not
+# used in doxygen documentation but only in our html footer...
+cp images/powered-by-wxwidgets.png out/html