1
// =================================
2
// Copyright (c) 2020 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
#include <gendoc/html/Grammar.hpp>
7
8
namespace
gendoc
{
namespace
html
{
9
10
Grammar
::
Grammar
(
const
std
::
u32string
&
fileName_
,
const
std
::
u32string
&
title_
)
:
fileName
(
fileName_
)
,
title
(
title_
)
11
{
12
}
13
14
}
}
// namespace gendoc::html