20 lines
402 B
C++
20 lines
402 B
C++
|
|
// -*- C++ -*-
|
|
|
|
|
|
namespace Hurricane {
|
|
|
|
/*! \class StandardSharedProperty
|
|
* \brief StandardSharedProperty description (\b API)
|
|
*
|
|
* \section secStandardSharedPropertyIntro Introduction
|
|
*
|
|
* Those properties allow to assign to a set of objects a
|
|
* relation between a name and a value.
|
|
*/
|
|
|
|
// \}
|
|
|
|
|
|
} // End of Hurricane namespace.
|