summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-02-19 15:28:04 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-02-19 15:28:04 +0000
commitaed50e52fb29715552f90ed778d4c261643bc8e6 (patch)
treec75f8de7a1d701a653a962ed5ffe3d620d12f651 /docs
parent2371b3e0724a191790376a9392f41629ecfdd1ee (diff)
downloadMPC-aed50e52fb29715552f90ed778d4c261643bc8e6.tar.gz
ChangeLogTag: Fri Feb 19 15:25:47 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/README5
-rw-r--r--docs/html/MakeProjectCreator.html6
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index ad67a3c9..3a23de4a 100644
--- a/docs/README
+++ b/docs/README
@@ -437,6 +437,11 @@ information about how to process the input files and what output files are
created. Once the custom file type is defined, MOC_Files can be defined in
order to specify the input files for this new file type.
+Define_Custom definitions may use single inheritance. This is useful for
+creating aliased names:
+ Define_Custom(QtMOC) : MOC {
+ }
+
Here is a list of keywords that can be used within the scope of
Define_Custom or Modify_Custom:
diff --git a/docs/html/MakeProjectCreator.html b/docs/html/MakeProjectCreator.html
index 802ef252..5757bacb 100644
--- a/docs/html/MakeProjectCreator.html
+++ b/docs/html/MakeProjectCreator.html
@@ -2969,6 +2969,12 @@
<em class="Code">MOC_Files</em> can be used to specify the
input files for this new file type.</li>
+ <li class="Body">Define_Custom definitions may use single
+ inheritance. This is useful for creating aliased names:
+ <p class="Code">Define_Custom(QtMOC) : MOC {</p>
+ <p class="Code">}</p>
+ </li>
+
<li class="Body">The following table contains the keywords that
can be used within the scope of <em class=
"Code">Define_Custom</em>.</li>