MCPcopy Create free account
hub / github.com/commontk/CTK / handleSet

Method handleSet

Documentation/CMakeDoxygenFilter.cpp:286–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 }
285
286 void handleSet()
287 {
288 // SET(var ...) following a documentation block is assumed to be a variable declaration.
289 if (_lastToken != CMakeLexer::TOK_DOXYGEN_COMMENT)
290 {
291 // No comment block before
292 nextToken();
293 } else if(!parseSet())
294 {
295 // skip token for error recovery
296 nextToken();
297 }
298 }
299
300 void handleDoxygenComment()
301 {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected