]> git.saurik.com Git - wxWidgets.git/commitdiff
moved the images under images folder
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 19 Feb 2008 13:18:53 +0000 (13:18 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 19 Feb 2008 13:18:53 +0000 (13:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile
docs/doxygen/images/libs.gif [new file with mode: 0644]
docs/doxygen/images/powered-by-wxwidgets.png [new file with mode: 0644]
docs/doxygen/images/wx.png [new file with mode: 0644]
docs/doxygen/libs.gif [deleted file]
docs/doxygen/powered-by-wxwidgets.png [deleted file]
docs/doxygen/regen.sh [new file with mode: 0755]
docs/doxygen/title-big.png [deleted file]

index 325a71c62aa6bb18a1f4b277810fabf53fe8b292..48fd394131d7f48b9274aa9f6e03f1fb8b68e904 100644 (file)
@@ -114,7 +114,7 @@ WARN_IF_UNDOCUMENTED   = NO
 WARN_IF_DOC_ERROR      = YES
 WARN_NO_PARAMDOC       = NO
 WARN_FORMAT            = "$file:$line: $text   "
 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
 
 #---------------------------------------------------------------------------
 # configuration options related to the input files
@@ -130,7 +130,7 @@ EXCLUDE_SYMBOLS        =
 EXAMPLE_PATH           = 
 EXAMPLE_PATTERNS       = *
 EXAMPLE_RECURSIVE      = YES
 EXAMPLE_PATH           = 
 EXAMPLE_PATTERNS       = *
 EXAMPLE_RECURSIVE      = YES
-IMAGE_PATH             = .
+IMAGE_PATH             = images
 INPUT_FILTER           = 
 FILTER_PATTERNS        = 
 FILTER_SOURCE_FILES    = NO
 INPUT_FILTER           = 
 FILTER_PATTERNS        = 
 FILTER_SOURCE_FILES    = NO
diff --git a/docs/doxygen/images/libs.gif b/docs/doxygen/images/libs.gif
new file mode 100644 (file)
index 0000000..707f2ce
Binary files /dev/null and b/docs/doxygen/images/libs.gif differ
diff --git a/docs/doxygen/images/powered-by-wxwidgets.png b/docs/doxygen/images/powered-by-wxwidgets.png
new file mode 100644 (file)
index 0000000..ec73b1e
Binary files /dev/null and b/docs/doxygen/images/powered-by-wxwidgets.png differ
diff --git a/docs/doxygen/images/wx.png b/docs/doxygen/images/wx.png
new file mode 100644 (file)
index 0000000..c4eb0d9
Binary files /dev/null and b/docs/doxygen/images/wx.png differ
diff --git a/docs/doxygen/libs.gif b/docs/doxygen/libs.gif
deleted file mode 100644 (file)
index 707f2ce..0000000
Binary files a/docs/doxygen/libs.gif and /dev/null differ
diff --git a/docs/doxygen/powered-by-wxwidgets.png b/docs/doxygen/powered-by-wxwidgets.png
deleted file mode 100644 (file)
index ec73b1e..0000000
Binary files a/docs/doxygen/powered-by-wxwidgets.png and /dev/null differ
diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh
new file mode 100755 (executable)
index 0000000..a80786e
--- /dev/null
@@ -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
diff --git a/docs/doxygen/title-big.png b/docs/doxygen/title-big.png
deleted file mode 100644 (file)
index c4eb0d9..0000000
Binary files a/docs/doxygen/title-big.png and /dev/null differ