coriolis/hurricane/doc/hurricane/Commons.dox

33 lines
744 B
C++

// -*- C++ -*-
namespace Hurricane {
/*! \namespace Hurricane
*
* \brief Contains Almost Everything.
*
* Almost everything is inside the Hurricane namespace.
*/
//! \addtogroup Generalities
// \{
/*! \function string demangle ( const char* symbol );
* Translate (demangle) a symbol from C++ (\c gnu-v3) internal format
* into a human readable \string.
*/
/*! \function string demangle ( const type_info& info );
* \param info a type_info structure as returned by \c typeid().
*
* Translate (demangle) a symbol from C++ (\c gnu-v3) internal format
* into a human readable \string.
*/
// \}
}