summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/compiler.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 860d3d6f7c6..d535e1b4c4e 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -770,7 +770,8 @@ also receives other options that are specific to it.<p>
<td>Generate type codes and Any operators in *A.h and *A.cpp</td>
<td>Decouples client and server decisions to compile and link
TypeCode- and Any-related code, which is generated in
- *C.h and *C.cpp by default. Overridden by -Sa and -St.</td>
+ *C.h and *C.cpp by default. If -Sa or -St also appear, then
+ an empty *A.h file is generated.</td>
</tr>
<tr><a name="Gos">