18 lines
389 B
C++
18 lines
389 B
C++
|
|
// -*- C++ -*-
|
|
|
|
|
|
namespace Hurricane {
|
|
|
|
/*! \class StandardPrivateProperty
|
|
* \brief StandardPrivateProperty description (\b API)
|
|
*
|
|
* \section secStandardPrivatePropertyIntro Introduction
|
|
*
|
|
* Those properties allow to assign to an object a relation
|
|
* between a name and a value.
|
|
*/
|
|
|
|
|
|
} // End of Hurricane namespace.
|