summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r--docs/ACE-guidelines.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index cbc173acd7e..a25ca2ef9a8 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -142,16 +142,13 @@ bgcolor="#ffffff">
</pre><p>
<li>Be sure to follow the guidelines and restrictions for use of the
- <a href="../bin/README.html">ACE documentation tools</a>, notably
- for header files.<p>
-
- <li>One example of such guidelines is that comments, especially in
- header files, must follow the
- <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a>
+ documentation tools for ACE
+ header files, which must follow the
+ <a href="http://www.doxygen.org/">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>
+ <a href="http://www.stack.nl/~dimitri/doxygen/download.html#latestman">Doxygen
+ manual</a>.
For an example header file using Doxygen-style comments,
please refer to <a href="../ace/ACE.h">ACE.h</a>.<p>
</ul>