summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-16 12:20:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-16 12:20:25 +0000
commita6f0c6521a3edd5e2d109612b4ffd5113425aa60 (patch)
treee050b0f98559d59c911a7788378ece33028ebed4
parent896e2707f930da6fba11082b72d61998006bbd5f (diff)
downloadATCD-a6f0c6521a3edd5e2d109612b4ffd5113425aa60.tar.gz
ChangeLogTag: Thu Mar 16 12:14:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog7
-rw-r--r--etc/ciao_DAnCE.doxygen22
-rw-r--r--html/index.html5
3 files changed, 23 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 19469d96528..f6ec51c657f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 16 12:14:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * etc/*.doxygen:
+ Set GENERATE_HTMLHELP to YES. This generates a few extra files
+ which our users can use to convert the generated htlm documentation
+ easily to a windows help file
+
Thu Mar 16 12:05:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/*.doxygen:
diff --git a/etc/ciao_DAnCE.doxygen b/etc/ciao_DAnCE.doxygen
index 44b7920424c..e51d18ec251 100644
--- a/etc/ciao_DAnCE.doxygen
+++ b/etc/ciao_DAnCE.doxygen
@@ -134,17 +134,17 @@ EXPAND_AS_DEFINED = ACE_RCSID \
# Configuration::addtions related to external references
#---------------------------------------------------------------------------
-TAGFILES = html/ace/ACE.tag=../../../../ace \
- html/tao/TAO.tag=../../.. \
- html/ace/ssl/ACE_SSL.tag=../../../../ace/ssl \
- html/tao/portableserver/TAO_PortableServer.tag=../../../portableserver \
- html/tao/iortable/TAO_IORTable.tag=../../../iortable \
- html/tao/rtcorba/TAO_RTCORBA.tag=../../../rtcorba \
- html/tao/security/TAO_Security.tag=../../../security \
- html/acexml/ACEXML.tag=../../../../acexml \
- html/tao/rtportableserver/TAO_RTPortableServer.tag=../../../rtportableserver \
- html/tao/cosnaming/TAO_CosNaming.tag=../../../cosnaming \
- html/tao/ifr/TAO_IFR.tag=../../../ifr
+TAGFILES = html/ace/ACE.tag=../../../ace \
+ html/tao/TAO.tag=../.. \
+ html/ace/ssl/ACE_SSL.tag=../../../ace/ssl \
+ html/tao/portableserver/TAO_PortableServer.tag=../../portableserver \
+ html/tao/iortable/TAO_IORTable.tag=../../iortable \
+ html/tao/rtcorba/TAO_RTCORBA.tag=../../rtcorba \
+ html/tao/security/TAO_Security.tag=../../security \
+ html/acexml/ACEXML.tag=../../../acexml \
+ html/tao/rtportableserver/TAO_RTPortableServer.tag=../../rtportableserver \
+ html/tao/cosnaming/TAO_CosNaming.tag=../../cosnaming \
+ html/tao/ifr/TAO_IFR.tag=../../ifr
GENERATE_TAGFILE = html/tao/ciao/DAnCE.tag
ALLEXTERNALS = NO
PERL_PATH = /usr/bin/perl
diff --git a/html/index.html b/html/index.html
index 1a2396f229e..4160b9807f2 100644
--- a/html/index.html
+++ b/html/index.html
@@ -197,6 +197,11 @@
<p><a href="tao/ciao/dance/index.html">DAnCE:</a> CIAO's
Deployment and Configuration Engine.</p>
</li>
+
+ <li>
+ <p><a href="tao/ciao/tools/config_handlers/index.html">Config Handlers:</a> CIAO's
+ Config Handlers.</p>
+ </li>
</ul>
</body>
</html>