NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>
#include <set>
#include <vector>
#include <utility>
#include "../io/filesystem.hpp"
#include "../io/styledtextfile.hpp"
#include "../../syntax.hpp"
Go to the source code of this file.
Classes | |
class | DocumentationGenerator |
This class handles the creation of LaTeX documentation from code files. It will detect documentation keywords, but the resulting files will not be compiled automatically. This is in the responsibility of the calling function. More... | |