diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-20 19:00:25 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-20 19:00:25 +0000 |
commit | 8e91c1f500f6519c2e15a06a60358bc624d7f2b7 (patch) | |
tree | 4635f6d4b43fc56f1dbcf732007733244950600d /docs | |
parent | 9c882d731a1175611a7e6ae1c199120f19400d6d (diff) | |
download | ATCD-8e91c1f500f6519c2e15a06a60358bc624d7f2b7.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.html | 12 |
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 (<>).<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> |