summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/taxonomy/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/custom/taxonomy/README')
-rw-r--r--examples/cxx/tree/custom/taxonomy/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/cxx/tree/custom/taxonomy/README b/examples/cxx/tree/custom/taxonomy/README
index 356aef4..c2e425a 100644
--- a/examples/cxx/tree/custom/taxonomy/README
+++ b/examples/cxx/tree/custom/taxonomy/README
@@ -23,7 +23,10 @@ people.cxx
object model. These are generated by XSD from people.xsd with the
--custom-type option in order to customize the person, superman, and
batman types. Generation of the people-fwd.hxx forward declaration
- file is requested with the --generate-forward option.
+ file is requested with the --generate-forward option. Note also that
+ we use the --generate-polymorphic command line option as well as
+ --polymorphic-type to mark the type hierarchy starting with the
+ person type as polymorphic.
people-custom-fwd.hxx
Header file which forward-declares our own person, superman, and batman