summaryrefslogtreecommitdiff
path: root/cli/traversal/doc.hxx
blob: 94c8c3e780047d8743edcaae1cb67c3f823b30dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : cli/traversal/doc.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_TRAVERSAL_DOC_HXX
#define CLI_TRAVERSAL_DOC_HXX

#include <traversal/elements.hxx>
#include <semantics/doc.hxx>

namespace traversal
{
  struct doc: node<semantics::doc> {};
}

#endif // CLI_TRAVERSAL_DOC_HXX