//===-- rosa/app/namespace.h ------------------------------------*- C++ -*-===//
//
//                                 The RoSA Framework
//
// Distributed under the terms and conditions of the Boost Software License 1.0.
// See accompanying file LICENSE.
//
// If you did not receive a copy of the license file, see
// http://www.boost.org/LICENSE_1_0.txt.
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/app/namespace.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017-2020
///
/// \brief Documentation for the namespace \c rosa::app.
///
//===----------------------------------------------------------------------===//

#ifndef ROSA_APP_NAMESPACE_H
#define ROSA_APP_NAMESPACE_H

namespace rosa {

/// Contains a simplified, limited in functionality but flexible in modularity,
/// interface to define and easily reconfigure appliations based on agent
/// systems.
///
/// **Application Interface**
///
/// TODO write this description here!
namespace app {}

} // End namespace rosa

#endif // ROSA_APP_NAMESPACE_H
