From: g0dil Date: Thu, 3 Sep 2009 08:14:53 +0000 (+0000) Subject: Fix documentation menu highlights X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=b4514718b95485f26acb25e8aafceac0df29e89f Fix documentation menu highlights git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1374 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/doclib/SConscript b/doclib/SConscript index 1e76124..2bc4d08 100644 --- a/doclib/SConscript +++ b/doclib/SConscript @@ -90,7 +90,12 @@ # '\code' and '
' blocks. Additionally it will expand all tabs,
 #   tab width is 8 spaces (there should be no tabs in the source but
 #   ...)
-# 
+#
+# * 'site_scons/lib/filter.pl' calls 'site_scons/lib/makeDiaImageMap.py'
+#   whenever finding a '\diaimage' command. This will create an image
+#   map (in an encoded form which will be fixed by html-munge.xsl
+#   later)
+#
 # * doxygen calls 'site_scons/lib/dot' to generate the 'dot' images.
 #
 # * 'site_scons/lib/dot' calls 'site_scons/lib/dot-munge.pl' on the
diff --git a/senf/Ext/Doxyfile b/senf/Ext/Doxyfile
index d34a117..da8a8b2 100644
--- a/senf/Ext/Doxyfile
+++ b/senf/Ext/Doxyfile
@@ -1,3 +1,3 @@
 @INCLUDE = "$(TOPDIR)/doclib/Doxyfile.global"
 
-PROJECT_NAME = Extensions
+PROJECT_NAME = Ext