//===-- rosa/support/writer/namespace.h --------------------------*- C++ -*-===/
//
//                                 The RoSA Framework
//
//===----------------------------------------------------------------------===/
///
/// \file rosa/support/writer/namespace.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Documentation for the namespace \c rosa::writer.
///
//===----------------------------------------------------------------------===/

#ifndef ROSA_SUPPORT_WRITER_NAMESPACE_H
#define ROSA_SUPPORT_WRITER_NAMESPACE_H

namespace rosa {
/// Provides facilities to work with writers.
namespace writer {}
} // End namespace rosa

#endif // ROSA_SUPPORT_WRITER_NAMESPACE_H
