MCPcopy Create free account
hub / github.com/danomatika/ofxLua / endCommentBlock

Method endCommentBlock

src/ofxLuaFileWriter.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void ofxLuaFileWriter::endCommentBlock() {
54 if(!commentBlock) {
55 ofLogWarning("ofxLua") << "Comment block not begun";
56 return;
57 }
58 commentBlock = false;
59 buffer << "--]]" << std::endl;
60}
61
62void ofxLuaFileWriter::writeLine(const std::string& line) {
63 buffer << line << std::endl;

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected