summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-03 15:45:53 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-03 15:45:53 +0000
commit8dbe90cdc2affa45a508a346aa1e46f7bf89e78a (patch)
tree8c10475cdb3ff7561165642aa9fa1d165f6dd5db
parent3131c4f70360513af0469aab0ff5360832154d90 (diff)
downloadATCD-8dbe90cdc2affa45a508a346aa1e46f7bf89e78a.tar.gz
ChangeLogTag: Thu Aug 3 15:33:11 UTC 2006 Boris Kolpackov <boris@kolpackov.net>
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/docs/cidlc.html100
2 files changed, 71 insertions, 35 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 102f7f0667b..b6fd879b7e2 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 3 15:33:11 UTC 2006 Boris Kolpackov <boris@kolpackov.net>
+
+ * docs/cidlc.html:
+
+ Regenerated to include the -D and -I options.
+
Wed Aug 2 18:52:14 UTC 2006 Boris Kolpackov <boris@kolpackov.net>
* CCF/CCF/CodeGenerationKit/CommandLineDescriptor.hpp:
diff --git a/CIAO/docs/cidlc.html b/CIAO/docs/cidlc.html
index 8bc7cd9cf04..3fbc7f80191 100644
--- a/CIAO/docs/cidlc.html
+++ b/CIAO/docs/cidlc.html
@@ -1,7 +1,7 @@
<!-- $Id$ -->
<html>
- <title>CIAO CIDL Compiler Options</title>
+<title>CIAO CIDL Compiler Options</title>
<body>
@@ -19,22 +19,62 @@
<dl>
<dt>
<code>
-[--lem-file-suffix suffix]
+[--version]
</code>
</dt>
<dd>
<p>
-Use provided suffix instead of default 'E' when constructing name of local executor mapping file.
+Display version information and exit.
</p>
</dd>
<dt>
<code>
-[--lem-file-regex regex]
+[--help]
</code>
</dt>
<dd>
<p>
-Use provided regular expression when constructing name of local executor mapping file.
+Display usage information and exit.
+</p>
+</dd>
+<dt>
+<code>
+[--help-html]
+</code>
+</dt>
+<dd>
+<p>
+Dump usage information in html format and exit.
+</p>
+</dd>
+<dt>
+<code>
+[-I dir]
+</code>
+</dt>
+<dd>
+<p>
+Add the directory dir to the list of directories to be searched for header files.
+</p>
+</dd>
+<dt>
+<code>
+[-D name[=definition]]
+</code>
+</dt>
+<dd>
+<p>
+Predefine name as a macro with the value definition if present, 1 otherwise.
+</p>
+</dd>
+<dt>
+<code>
+[--gen-exec-impl]
+</code>
+</dt>
+<dd>
+<p>
+Generate the executor implementation classes.
</p>
</dd>
<dt>
@@ -49,6 +89,26 @@ Force generation of local executor mapping for all IDL types including those not
</dd>
<dt>
<code>
+[--lem-file-suffix suffix]
+</code>
+</dt>
+<dd>
+<p>
+Use provided suffix instead of default 'E' when constructing name of local executor mapping file.
+</p>
+</dd>
+<dt>
+<code>
+[--lem-file-regex regex]
+</code>
+</dt>
+<dd>
+<p>
+Use provided regular expression when constructing name of local executor mapping file.
+</p>
+</dd>
+<dt>
+<code>
[--svnt-hdr-file-suffix suffix]
</code>
</dt>
@@ -227,36 +287,6 @@ Turn on semantic actions tracing facility.
Run preprocessor only and output result to stdout.
</p>
</dd>
-<dt>
-<code>
-[--gen-exec-impl]
-</code>
-</dt>
-<dd>
-<p>
-Generate the executor implementation classes.
-</p>
-</dd>
-<dt>
-<code>
-[--help]
-</code>
-</dt>
-<dd>
-<p>
-Display usage information and exit.
-</p>
-</dd>
-<dt>
-<code>
-[--help-html]
-</code>
-</dt>
-<dd>
-<p>
-Dump usage information in html format and exit.
-</p>
-</dd>
</dl>
</td>
</tr>