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