| 3097 | } |
| 3098 | |
| 3099 | void 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 | } |
| 3107 | static void _load_script_doc_cache(bool p_changes) { |
| 3108 | EditorHelp::load_script_doc_cache(); |
| 3109 | } |
nothing calls this directly
no test coverage detected