20 lines
450 B
C++
20 lines
450 B
C++
// -*- C++ -*-
|
|
|
|
//! \mainpage Hurricane Documentation
|
|
//!
|
|
//! Additionnal documents:
|
|
//! - \ref grpSynthHierarchy
|
|
//!
|
|
//!
|
|
//! \defgroup grpSynthHierarchy Synthetic Class Hierarchy
|
|
//! \brief Simplificated class hierarchy.
|
|
//!
|
|
//! \htmlinclude customHierarchy.html
|
|
|
|
namespace Hurricane {
|
|
|
|
//! \namespace Hurricane
|
|
//! \brief The namespace dedicated to Hurricane.
|
|
|
|
}
|