MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / _gen_extensions_docs

Method _gen_extensions_docs

editor/doc/editor_help.cpp:3099–3106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3097}
3098
3099void EditorHelp::_gen_extensions_docs() {
3100 doc->generate((DocTools::GENERATE_FLAG_SKIP_BASIC_TYPES | DocTools::GENERATE_FLAG_EXTENSION_CLASSES_ONLY));
3101
3102 // Append extra doc data, as it gets overridden by the generation step.
3103 if (ext_doc) {
3104 doc->merge_from(*ext_doc);
3105 }
3106}
3107static void _load_script_doc_cache(bool p_changes) {
3108 EditorHelp::load_script_doc_cache();
3109}

Callers

nothing calls this directly

Calls 2

merge_fromMethod · 0.80
generateMethod · 0.45

Tested by

no test coverage detected