Fixes: - API doc main page

This commit is contained in:
con
2009-01-06 15:56:47 +01:00
parent dce0855fc6
commit 2f2588bee7
4 changed files with 44 additions and 24 deletions

View File

@@ -37,12 +37,12 @@
/*!
\namespace Aggregation
\brief Contains support for bundling related components, such that
each component exposes the properties and behavior of the
\brief The Aggregation namespace contains support for bundling related components,
such that each component exposes the properties and behavior of the
other components to the outside.
Components that are bundled to an Aggregate can be "cast" to each other
and have a coupled life cycle. See the documentation of Aggregate for
and have a coupled life cycle. See the documentation of Aggregation::Aggregate for
details and examples.
*/