From 4411a6b6b56fe89b6b82ca47c55da650fc389617 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 19 Feb 2008 13:18:53 +0000 Subject: [PATCH] moved the images under images folder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/Doxyfile | 4 ++-- docs/doxygen/{ => images}/libs.gif | Bin docs/doxygen/{ => images}/powered-by-wxwidgets.png | Bin docs/doxygen/{title-big.png => images/wx.png} | Bin docs/doxygen/regen.sh | 7 +++++++ 5 files changed, 9 insertions(+), 2 deletions(-) rename docs/doxygen/{ => images}/libs.gif (100%) rename docs/doxygen/{ => images}/powered-by-wxwidgets.png (100%) rename docs/doxygen/{title-big.png => images/wx.png} (100%) create mode 100755 docs/doxygen/regen.sh diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 325a71c62a..48fd394131 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -114,7 +114,7 @@ WARN_IF_UNDOCUMENTED = NO 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 @@ -130,7 +130,7 @@ EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = YES -IMAGE_PATH = . +IMAGE_PATH = images INPUT_FILTER = FILTER_PATTERNS = FILTER_SOURCE_FILES = NO diff --git a/docs/doxygen/libs.gif b/docs/doxygen/images/libs.gif similarity index 100% rename from docs/doxygen/libs.gif rename to docs/doxygen/images/libs.gif diff --git a/docs/doxygen/powered-by-wxwidgets.png b/docs/doxygen/images/powered-by-wxwidgets.png similarity index 100% rename from docs/doxygen/powered-by-wxwidgets.png rename to docs/doxygen/images/powered-by-wxwidgets.png diff --git a/docs/doxygen/title-big.png b/docs/doxygen/images/wx.png similarity index 100% rename from docs/doxygen/title-big.png rename to docs/doxygen/images/wx.png diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh new file mode 100755 index 0000000000..a80786ec08 --- /dev/null +++ b/docs/doxygen/regen.sh @@ -0,0 +1,7 @@ +#!/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 -- 2.45.2