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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 1c795fcee22..24ad9e0e743 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -130,8 +130,8 @@ bgcolor="#ffffff">
header files, must follow the
<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
+ 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>
@@ -388,7 +388,7 @@ The correct way to write that guard is:
<pre>
for (size_t i = 0; i &lt; Options::instance ()-&gt;spawn_count (); ++i)
{
- ACE_ASSERT (spawn () == 0;)
+ ACE_ASSERT (spawn_result == 0;)
}
</pre><p>