Mail Archive Home | fractal-commits List | May 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Cecilia Cloneable example documentation: use monospaced font instead of bold font at several places.
--- trunk/cecilia-framework/examples/cloneable/src/site/apt/index.apt 2008-05-27 20:24:19 UTC (rev 7802)
+++ trunk/cecilia-framework/examples/cloneable/src/site/apt/index.apt 2008-05-28 09:24:36 UTC (rev 7803)
@@ -70,7 +70,7 @@
%{snippet|id=Content|url=""
- All those components export at least an <<Itf>> interface:
+ All those components export at least an <<<Itf>>> interface:
%{snippet|id=Content|url=""
@@ -78,13 +78,13 @@
uses it), in order to allocate the internal data structures for themselves and
their subcomponents if any.
- Notice that:
+ Notice:
- * the << <controller desc="cloneable"/> >> to tell the toolchain that a
+ * the <<< <controller desc="cloneable"/> >>> to tell the toolchain that a
component is cloneable;
* the name of the memory allocator client interface for cloneable
- component must be <<factory-allocator>>.
+ component must be <<<factory-allocator>>>.
There's nothing special with the code that implements the Itf interface:
@@ -105,21 +105,21 @@
%{snippet|id=Content|url=""
- It provides interface <<MyComponentFactory>>, defined in file
+ It provides interface <<<MyComponentFactory>>>, defined in file
<<<MyComponentFactory.idl>>>:
%{snippet|id=Content|url=""
This factory creates the components (and all their subcomponents), using the
- standard <<newFcInstance>> method. It also retrieves all the interfaces
- provided by the newly created component (<<i1>>, <<i2>> and <<i3>>), and on
+ standard <<<newFcInstance>>> method. It also retrieves all the interfaces
+ provided by the newly created component (<<<i1>>>, <<<i2>>> and <<<i3>>>), and on
each interface, calls the method which sets a number of MyComponent3
instance. This number is fetched by the Main component, described below.
%{snippet|id=Content|url=""
Destroying a component (and all its subcomponents) is achieved through the
- standard <<destroyFcInstance>> method.
+ standard <<<destroyFcInstance>>> method.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Main component
@@ -141,7 +141,8 @@
%{snippet|id=Content|url=""
- Notice the #include of the <<Itf.idl.h>> auto-generated file, at the
- beginning. This line is needed to use the <<Itf>> IDL type in C. If the
- <<Itf>> type was used in the prototype of a method that this C file
- implements, you wouldn't need this line.
+ Notice the #include of the <<<Itf.idl.h>>> auto-generated file, at the
+ beginning. This line is needed to use the <<<Itf>>> IDL type in C. If the
+ <<<Itf>>> type was used in the prototype of a method that this C file
+ implements, you wouldn't need this line: the Cecilia-generated files
+ corresponding to that component already contain it.
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.