diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-23 15:20:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-23 15:20:15 +0000 |
commit | 24af9b5a30960ca334950648f8e5b69356a102d6 (patch) | |
tree | 06e560eb6caed58b4dbd3d457db3fc0d515083c7 /etc | |
parent | 82e4d5d87fd9766ab1d65389a61e1fd839ca6924 (diff) | |
download | ATCD-24af9b5a30960ca334950648f8e5b69356a102d6.tar.gz |
updated OSE links and descriptions based on Graham's comments
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ACE-guidelines.html | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/etc/ACE-guidelines.html b/etc/ACE-guidelines.html index ca73702afec..40738aae920 100644 --- a/etc/ACE-guidelines.html +++ b/etc/ACE-guidelines.html @@ -15,6 +15,10 @@ </center> <h2> </h2> +Thanks to Graham Dumpleton <grahamd@nms.otc.com.au> for providing +corrections to the OSE Classtools link and description. Thanks also +to Graham for providing the OSE tools!<p> + <h3>Coding Guidelines</h3> <ul> <li><strong>General</strong><p> @@ -73,9 +77,20 @@ perl -pi -e 'if (! $o) {printf "// \$<!-- -->Id\$\n\n";}; $o = 1;' <em>file</em> </pre><p> - <li>Comments, especially in header files, must follow the OSE - <a href=http://www.dscpl.com.au/ose-5.2/tls_3.htm#HEADING3-0>Classinfo - Tools</a> format requirements.<p> + <li>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.<p> + + Please note that the Classinfo tools in OSE have been developed + independently since the copies in ACE were made and thus they + support new features not supported in the ACE version of the tools. + Certain subtle changes were also made in the ACE copies for + indicating sections, <em>etc.</em>, which makes them different + from the OSE documentation. Please see the + <a href=http://www.cs.wustl.edu/~schmidt/ACE-doctools.html>ACE-doctools + page</a> for descriptions of these changes.<p> </ul> <li><strong>Preprocessor</strong><p> |