Add example documentation

Fixes #13.
This commit is contained in:
Jonathan Müller 2017-11-14 18:28:24 +01:00
commit c886ef31e4
7 changed files with 70 additions and 1 deletions

View file

@ -4,6 +4,8 @@
/// \file
/// A primitive documentation generator.
///
/// Given an input file, it will print its documentation including documentation comments.
#include <cppast/code_generator.hpp> // code_generator, generate_code()
#include <cppast/visitor.hpp> // visit()