Sha256: bc64f5ef5b52d2eb0bea6b641b88db185e604fb008e13f07398c5030a6dd62fb
Contents?: true
Size: 682 Bytes
Versions: 4
Compression:
Stored size: 682 Bytes
Contents
// // vi:cin:et:sw=4 ts=4 // // reporting.h - part of drafter // // Created by Jiri Kratochvil on 2015-02-13 // Copyright (c) 2015 Apiary Inc. All rights reserved. // #ifndef DRAFTER_REPORTING_H #define DRAFTER_REPORTING_H #include "SourceAnnotation.h" /** * \brief Print parser report to stderr. * * \param report A parser report to print * \param source Source data * \param isUseLineNumbers True if the annotations needs to be printed by line and column number */ void PrintReport(const snowcrash::Report& report, const std::string& source, const bool isUseLineNumbers); #endif /* end of include guard: DRAFTER_REPORTING_H */
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
redsnow-0.4.4 | ext/drafter/src/reporting.h |
redsnow-0.4.3 | ext/drafter/src/reporting.h |
redsnow-0.4.1 | ext/drafter/src/reporting.h |
redsnow-0.4.0 | ext/drafter/src/reporting.h |