diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-11-10 21:55:19 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-11-10 21:55:19 +0000 |
commit | 7adec445a87c9b0079ede20a4f6394cd5f1ae0cf (patch) | |
tree | 829b58294d28d82c4ab1712088c36a070e2fbd86 /docs | |
parent | 5f75f44342bbf9029f527a8a175ac18c72549187 (diff) | |
download | ATCD-7adec445a87c9b0079ede20a4f6394cd5f1ae0cf.tar.gz |
ChangeLogTag:Sat Nov 9 12:37:54 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-guidelines.html | 13 |
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> |