MCPcopy Create free account
hub / github.com/KDE/kdevelop / cmakeDocumentation

Function cmakeDocumentation

plugins/cmake/cmakeutils.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536ICMakeDocumentation* cmakeDocumentation()
537{
538 return KDevelop::ICore::self()->pluginController()->extensionForPlugin<ICMakeDocumentation>(QStringLiteral("org.kdevelop.ICMakeDocumentation"));
539}
540
541QStringList allBuildDirs(KDevelop::IProject* project)
542{

Callers 2

completionInvokedMethod · 0.85

Calls 1

pluginControllerMethod · 0.80

Tested by

no test coverage detected