[Bug 478] New: Error in documentation of Deployment component

For more infomation about this bug, visit
Summary: Error in documentation of Deployment component
Product: OCL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation / Web site
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

In the documentation of the Deployment component there is an error in the
example code for multiple components in one library, it took me a while to
figure out what was wrong so i thought it would be good to report this:

the documentation says to do the following:
[...]
// once:
ORO_CREATE_COMPONENT_TYPE
[...]

But it should be:
[...]
// once:
ORO_CREATE_COMPONENT_TYPE()
[...]

Ruben

Ruben Smits's picture

[Bug 478] Error in documentation of Deployment component

For more infomation about this bug, visit

Ruben Smits <ruben [dot] smits [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED

--- Comment #1 from Ruben Smits <ruben [dot] smits [..] ...> 2008-01-03 09:55:14 ---
I commited a fix for the documentation. I do not know when the new
documentation is build and will be available.

Ruben