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

Method beginCommentBlock

src/ofxLuaFileWriter.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void ofxLuaFileWriter::beginCommentBlock() {
45 if(commentBlock) {
46 ofLogWarning("ofxLua") << "Comment block already begun";
47 return;
48 }
49 commentBlock = true;
50 buffer << "--[[" << std::endl;
51}
52
53void ofxLuaFileWriter::endCommentBlock() {
54 if(!commentBlock) {

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected