//===-- rosa/support/csv/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/support/csv/namespace.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Documentation for the namespace \c rosa::csv.
///
//===----------------------------------------------------------------------===//

#ifndef ROSA_SUPPORT_CSV_NAMESPACE_H
#define ROSA_SUPPORT_CSV_NAMESPACE_H

namespace rosa {
/// Provides facilities to work with CSV files.
namespace csv {}
} // End namespace rosa

#endif // ROSA_SUPPORT_CSV_NAMESPACE_H
