summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
commitb9a7244eae2d74b173132032aae504fca84eb202 (patch)
treee90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /docs
parent5f46bb2218bacdd42c729f26ff689185731c455f (diff)
downloadATCD-b9a7244eae2d74b173132032aae504fca84eb202.tar.gz
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/ACE-guidelines.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index a25ca2ef9a8..adc7304769a 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -187,8 +187,12 @@ bgcolor="#ffffff">
<li>Always insert a <strong><code>/**/</code></strong> between an
<strong><code>#include</code></strong> and
- <strong><code>filename</code></strong>, as shown in the above
- example. This avoids dependency problems with Visual C++.<p>
+ <strong><code>filename</code></strong>, for system headers and
+ <strong><code>ace/pre.h</code></strong> and
+ <strong><code>ace/post.h</code></strong> as
+ shown in the above example. This avoids dependency problems
+ with Visual C++ and prevents Doxygen from including the
+ headers in the file reference trees. <p>
<li>Be very careful with names of macros, enum values, and variables
It's always best to prefix them with something like <code>ACE_</code>