summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-20 19:00:25 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-20 19:00:25 +0000
commit57743e20511ee463ec8fd57a7fd264adb4ea4871 (patch)
tree4635f6d4b43fc56f1dbcf732007733244950600d /docs
parentc4749804867e3c95bd82ffe056a86b15ed9f19f2 (diff)
downloadATCD-57743e20511ee463ec8fd57a7fd264adb4ea4871.tar.gz
ChangeLogTag:Sat Jan 20 10:49:05 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'docs')
-rw-r--r--docs/ACE-guidelines.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 9d84847cfd4..12a8c6b2119 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -127,11 +127,13 @@ bgcolor="#ffffff">
<li>One example of such guidelines is that comments, especially in
header files, must follow the
- <a href=http://www.dscpl.com.au>OSE</a> Tools format requirements.
- Please see the ``Classinfo Tools'' section of the
- <a href=http://www.dscpl.com.au>OSE</a> ``Tools Manual''
- for these requirements. One example is that method names must
- be enclosed in brackets (&lt;&gt;).<p>
+ <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a>
+ format requirements.
+ The complete documentation for Doxygen is available in the
+ <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen
+ manual</a>.<br>
+ For an example header file using Doxygen-style comments,
+ please refer to <a href="../ace/ACE.h">ACE.h</a>.<p>
</ul>
<li><strong>Preprocessor</strong><p>