doc_tools.cpp 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811
  1. /**************************************************************************/
  2. /* doc_tools.cpp */
  3. /**************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /**************************************************************************/
  8. /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
  9. /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /**************************************************************************/
  30. #include "doc_tools.h"
  31. #include "core/config/engine.h"
  32. #include "core/config/project_settings.h"
  33. #include "core/core_constants.h"
  34. #include "core/io/compression.h"
  35. #include "core/io/dir_access.h"
  36. #include "core/io/marshalls.h"
  37. #include "core/io/resource_importer.h"
  38. #include "core/object/script_language.h"
  39. #include "core/string/translation_server.h"
  40. #include "editor/editor_settings.h"
  41. #include "editor/export/editor_export.h"
  42. #include "scene/resources/theme.h"
  43. #include "scene/theme/theme_db.h"
  44. // Used for a hack preserving Mono properties on non-Mono builds.
  45. #include "modules/modules_enabled.gen.h" // For mono.
  46. static String _get_indent(const String &p_text) {
  47. String indent;
  48. bool has_text = false;
  49. int line_start = 0;
  50. for (int i = 0; i < p_text.length(); i++) {
  51. const char32_t c = p_text[i];
  52. if (c == '\n') {
  53. line_start = i + 1;
  54. } else if (c > 32) {
  55. has_text = true;
  56. indent = p_text.substr(line_start, i - line_start);
  57. break; // Indentation of the first line that has text.
  58. }
  59. }
  60. if (!has_text) {
  61. return p_text;
  62. }
  63. return indent;
  64. }
  65. static String _translate_doc_string(const String &p_text) {
  66. const String indent = _get_indent(p_text);
  67. const String message = p_text.dedent().strip_edges();
  68. const String translated = TranslationServer::get_singleton()->doc_translate(message, "");
  69. // No need to restore stripped edges because they'll be stripped again later.
  70. return translated.indent(indent);
  71. }
  72. // Comparator for constructors, based on `MetodDoc` operator.
  73. struct ConstructorCompare {
  74. _FORCE_INLINE_ bool operator()(const DocData::MethodDoc &p_lhs, const DocData::MethodDoc &p_rhs) const {
  75. // Must be a constructor (i.e. assume named for the class)
  76. // We want this arbitrary order for a class "Foo":
  77. // - 1. Default constructor: Foo()
  78. // - 2. Copy constructor: Foo(Foo)
  79. // - 3+. Other constructors Foo(Bar, ...) based on first argument's name
  80. if (p_lhs.arguments.is_empty() || p_rhs.arguments.is_empty()) { // 1.
  81. return p_lhs.arguments.size() < p_rhs.arguments.size();
  82. }
  83. if (p_lhs.arguments[0].type == p_lhs.return_type || p_rhs.arguments[0].type == p_lhs.return_type) { // 2.
  84. return (p_lhs.arguments[0].type == p_lhs.return_type) || (p_rhs.arguments[0].type != p_lhs.return_type);
  85. }
  86. return p_lhs.arguments[0] < p_rhs.arguments[0];
  87. }
  88. };
  89. // Comparator for operators, compares on name and type.
  90. struct OperatorCompare {
  91. _FORCE_INLINE_ bool operator()(const DocData::MethodDoc &p_lhs, const DocData::MethodDoc &p_rhs) const {
  92. if (p_lhs.name == p_rhs.name) {
  93. if (p_lhs.arguments.size() == p_rhs.arguments.size()) {
  94. if (p_lhs.arguments.is_empty()) {
  95. return false;
  96. }
  97. return p_lhs.arguments[0].type < p_rhs.arguments[0].type;
  98. }
  99. return p_lhs.arguments.size() < p_rhs.arguments.size();
  100. }
  101. return p_lhs.name.naturalcasecmp_to(p_rhs.name) < 0;
  102. }
  103. };
  104. // Comparator for methods, compares on names.
  105. struct MethodCompare {
  106. _FORCE_INLINE_ bool operator()(const DocData::MethodDoc &p_lhs, const DocData::MethodDoc &p_rhs) const {
  107. return p_lhs.name.naturalcasecmp_to(p_rhs.name) < 0;
  108. }
  109. };
  110. static void merge_constructors(Vector<DocData::MethodDoc> &p_to, const Vector<DocData::MethodDoc> &p_from) {
  111. // Get data from `p_from`, to avoid mutation checks.
  112. const DocData::MethodDoc *from_ptr = p_from.ptr();
  113. int64_t from_size = p_from.size();
  114. // TODO: Improve constructor merging.
  115. for (DocData::MethodDoc &to : p_to) {
  116. for (int64_t from_i = 0; from_i < from_size; ++from_i) {
  117. const DocData::MethodDoc &from = from_ptr[from_i];
  118. // Compare argument count first.
  119. if (from.arguments.size() != to.arguments.size()) {
  120. continue;
  121. }
  122. if (from.name != to.name) {
  123. continue;
  124. }
  125. {
  126. // Since constructors can repeat, we need to check the type of
  127. // the arguments so we make sure they are different.
  128. int64_t arg_count = from.arguments.size();
  129. Vector<bool> arg_used;
  130. arg_used.resize_zeroed(arg_count);
  131. // Also there is no guarantee that argument ordering will match,
  132. // so we have to check one by one so we make sure we have an exact match.
  133. for (int64_t arg_i = 0; arg_i < arg_count; ++arg_i) {
  134. for (int64_t arg_j = 0; arg_j < arg_count; ++arg_j) {
  135. if (from.arguments[arg_i].type == to.arguments[arg_j].type && !arg_used[arg_j]) {
  136. arg_used.write[arg_j] = true;
  137. break;
  138. }
  139. }
  140. }
  141. bool not_the_same = false;
  142. for (int64_t arg_i = 0; arg_i < arg_count; ++arg_i) {
  143. if (!arg_used[arg_i]) { // At least one of the arguments was different.
  144. not_the_same = true;
  145. break;
  146. }
  147. }
  148. if (not_the_same) {
  149. continue;
  150. }
  151. }
  152. to.description = from.description;
  153. to.is_deprecated = from.is_deprecated;
  154. to.deprecated_message = from.deprecated_message;
  155. to.is_experimental = from.is_experimental;
  156. to.experimental_message = from.experimental_message;
  157. break;
  158. }
  159. }
  160. }
  161. static void merge_methods(Vector<DocData::MethodDoc> &p_to, const Vector<DocData::MethodDoc> &p_from) {
  162. // Get data from `p_to`, to avoid mutation checks. Searching will be done in the sorted `p_to` from the (potentially) unsorted `p_from`.
  163. DocData::MethodDoc *to_ptrw = p_to.ptrw();
  164. int64_t to_size = p_to.size();
  165. SearchArray<DocData::MethodDoc, MethodCompare> search_array;
  166. for (const DocData::MethodDoc &from : p_from) {
  167. int64_t found = search_array.bisect(to_ptrw, to_size, from, true);
  168. if (found >= to_size) {
  169. continue;
  170. }
  171. DocData::MethodDoc &to = to_ptrw[found];
  172. // Check found entry on name.
  173. if (to.name == from.name) {
  174. to.description = from.description;
  175. to.is_deprecated = from.is_deprecated;
  176. to.deprecated_message = from.deprecated_message;
  177. to.is_experimental = from.is_experimental;
  178. to.experimental_message = from.experimental_message;
  179. to.keywords = from.keywords;
  180. }
  181. }
  182. }
  183. static void merge_constants(Vector<DocData::ConstantDoc> &p_to, const Vector<DocData::ConstantDoc> &p_from) {
  184. // Get data from `p_from`, to avoid mutation checks. Searching will be done in the sorted `p_from` from the unsorted `p_to`.
  185. const DocData::ConstantDoc *from_ptr = p_from.ptr();
  186. int64_t from_size = p_from.size();
  187. SearchArray<DocData::ConstantDoc> search_array;
  188. for (DocData::ConstantDoc &to : p_to) {
  189. int64_t found = search_array.bisect(from_ptr, from_size, to, true);
  190. if (found >= from_size) {
  191. continue;
  192. }
  193. // Check found entry on name.
  194. const DocData::ConstantDoc &from = from_ptr[found];
  195. if (from.name == to.name) {
  196. to.description = from.description;
  197. to.is_deprecated = from.is_deprecated;
  198. to.deprecated_message = from.deprecated_message;
  199. to.is_experimental = from.is_experimental;
  200. to.experimental_message = from.experimental_message;
  201. to.keywords = from.keywords;
  202. }
  203. }
  204. }
  205. static void merge_properties(Vector<DocData::PropertyDoc> &p_to, const Vector<DocData::PropertyDoc> &p_from) {
  206. // Get data from `p_to`, to avoid mutation checks. Searching will be done in the sorted `p_to` from the (potentially) unsorted `p_from`.
  207. DocData::PropertyDoc *to_ptrw = p_to.ptrw();
  208. int64_t to_size = p_to.size();
  209. SearchArray<DocData::PropertyDoc> search_array;
  210. for (const DocData::PropertyDoc &from : p_from) {
  211. int64_t found = search_array.bisect(to_ptrw, to_size, from, true);
  212. if (found >= to_size) {
  213. continue;
  214. }
  215. DocData::PropertyDoc &to = to_ptrw[found];
  216. // Check found entry on name.
  217. if (to.name == from.name) {
  218. to.description = from.description;
  219. to.is_deprecated = from.is_deprecated;
  220. to.deprecated_message = from.deprecated_message;
  221. to.is_experimental = from.is_experimental;
  222. to.experimental_message = from.experimental_message;
  223. to.keywords = from.keywords;
  224. }
  225. }
  226. }
  227. static void merge_theme_properties(Vector<DocData::ThemeItemDoc> &p_to, const Vector<DocData::ThemeItemDoc> &p_from) {
  228. // Get data from `p_to`, to avoid mutation checks. Searching will be done in the sorted `p_to` from the (potentially) unsorted `p_from`.
  229. DocData::ThemeItemDoc *to_ptrw = p_to.ptrw();
  230. int64_t to_size = p_to.size();
  231. SearchArray<DocData::ThemeItemDoc> search_array;
  232. for (const DocData::ThemeItemDoc &from : p_from) {
  233. int64_t found = search_array.bisect(to_ptrw, to_size, from, true);
  234. if (found >= to_size) {
  235. continue;
  236. }
  237. DocData::ThemeItemDoc &to = to_ptrw[found];
  238. // Check found entry on name and data type.
  239. if (to.name == from.name && to.data_type == from.data_type) {
  240. to.description = from.description;
  241. to.is_deprecated = from.is_deprecated;
  242. to.deprecated_message = from.deprecated_message;
  243. to.is_experimental = from.is_experimental;
  244. to.experimental_message = from.experimental_message;
  245. to.keywords = from.keywords;
  246. }
  247. }
  248. }
  249. static void merge_operators(Vector<DocData::MethodDoc> &p_to, const Vector<DocData::MethodDoc> &p_from) {
  250. // Get data from `p_to`, to avoid mutation checks. Searching will be done in the sorted `p_to` from the (potentially) unsorted `p_from`.
  251. DocData::MethodDoc *to_ptrw = p_to.ptrw();
  252. int64_t to_size = p_to.size();
  253. SearchArray<DocData::MethodDoc, OperatorCompare> search_array;
  254. for (const DocData::MethodDoc &from : p_from) {
  255. int64_t found = search_array.bisect(to_ptrw, to_size, from, true);
  256. if (found >= to_size) {
  257. continue;
  258. }
  259. DocData::MethodDoc &to = to_ptrw[found];
  260. // Check found entry on name and argument.
  261. if (to.name == from.name && to.arguments.size() == from.arguments.size() && (to.arguments.is_empty() || to.arguments[0].type == from.arguments[0].type)) {
  262. to.description = from.description;
  263. to.is_deprecated = from.is_deprecated;
  264. to.deprecated_message = from.deprecated_message;
  265. to.is_experimental = from.is_experimental;
  266. to.experimental_message = from.experimental_message;
  267. }
  268. }
  269. }
  270. void DocTools::merge_from(const DocTools &p_data) {
  271. for (KeyValue<String, DocData::ClassDoc> &E : class_list) {
  272. DocData::ClassDoc &c = E.value;
  273. if (!p_data.class_list.has(c.name)) {
  274. continue;
  275. }
  276. const DocData::ClassDoc &cf = p_data.class_list[c.name];
  277. c.is_deprecated = cf.is_deprecated;
  278. c.deprecated_message = cf.deprecated_message;
  279. c.is_experimental = cf.is_experimental;
  280. c.experimental_message = cf.experimental_message;
  281. c.keywords = cf.keywords;
  282. c.description = cf.description;
  283. c.brief_description = cf.brief_description;
  284. c.tutorials = cf.tutorials;
  285. merge_constructors(c.constructors, cf.constructors);
  286. merge_methods(c.methods, cf.methods);
  287. merge_methods(c.signals, cf.signals);
  288. merge_constants(c.constants, cf.constants);
  289. merge_methods(c.annotations, cf.annotations);
  290. merge_properties(c.properties, cf.properties);
  291. merge_theme_properties(c.theme_properties, cf.theme_properties);
  292. merge_operators(c.operators, cf.operators);
  293. }
  294. }
  295. void DocTools::add_doc(const DocData::ClassDoc &p_class_doc) {
  296. ERR_FAIL_COND(p_class_doc.name.is_empty());
  297. class_list[p_class_doc.name] = p_class_doc;
  298. inheriting[p_class_doc.inherits].insert(p_class_doc.name);
  299. }
  300. void DocTools::remove_doc(const String &p_class_name) {
  301. ERR_FAIL_COND(p_class_name.is_empty() || !class_list.has(p_class_name));
  302. const String &inherits = class_list[p_class_name].inherits;
  303. if (inheriting.has(inherits)) {
  304. inheriting[inherits].erase(p_class_name);
  305. if (inheriting[inherits].is_empty()) {
  306. inheriting.erase(inherits);
  307. }
  308. }
  309. class_list.erase(p_class_name);
  310. }
  311. bool DocTools::has_doc(const String &p_class_name) {
  312. if (p_class_name.is_empty()) {
  313. return false;
  314. }
  315. return class_list.has(p_class_name);
  316. }
  317. static Variant get_documentation_default_value(const StringName &p_class_name, const StringName &p_property_name, bool &r_default_value_valid) {
  318. Variant default_value = Variant();
  319. r_default_value_valid = false;
  320. if (ClassDB::can_instantiate(p_class_name) && !ClassDB::is_virtual(p_class_name)) { // Keep this condition in sync with ClassDB::class_get_default_property_value.
  321. default_value = ClassDB::class_get_default_property_value(p_class_name, p_property_name, &r_default_value_valid);
  322. } else {
  323. // Cannot get default value of classes that can't be instantiated
  324. List<StringName> inheriting_classes;
  325. ClassDB::get_direct_inheriters_from_class(p_class_name, &inheriting_classes);
  326. for (List<StringName>::Element *E2 = inheriting_classes.front(); E2; E2 = E2->next()) {
  327. if (ClassDB::can_instantiate(E2->get())) {
  328. default_value = ClassDB::class_get_default_property_value(E2->get(), p_property_name, &r_default_value_valid);
  329. if (r_default_value_valid) {
  330. break;
  331. }
  332. }
  333. }
  334. }
  335. return default_value;
  336. }
  337. void DocTools::generate(BitField<GenerateFlags> p_flags) {
  338. // This may involve instantiating classes that are only usable from the main thread
  339. // (which is in fact the case of the core API).
  340. ERR_FAIL_COND(!Thread::is_main_thread());
  341. // Add ClassDB-exposed classes.
  342. {
  343. List<StringName> classes;
  344. if (p_flags.has_flag(GENERATE_FLAG_EXTENSION_CLASSES_ONLY)) {
  345. ClassDB::get_extensions_class_list(&classes);
  346. } else {
  347. ClassDB::get_class_list(&classes);
  348. // Move ProjectSettings, so that other classes can register properties there.
  349. classes.move_to_back(classes.find("ProjectSettings"));
  350. }
  351. bool skip_setter_getter_methods = true;
  352. // Populate documentation data for each exposed class.
  353. while (classes.size()) {
  354. const String &name = classes.front()->get();
  355. if (!ClassDB::is_class_exposed(name)) {
  356. print_verbose(vformat("Class '%s' is not exposed, skipping.", name));
  357. classes.pop_front();
  358. continue;
  359. }
  360. const String &cname = name;
  361. // Property setters and getters do not get exposed as individual methods.
  362. HashSet<StringName> setters_getters;
  363. class_list[cname] = DocData::ClassDoc();
  364. DocData::ClassDoc &c = class_list[cname];
  365. c.name = cname;
  366. c.inherits = ClassDB::get_parent_class(name);
  367. inheriting[c.inherits].insert(cname);
  368. List<PropertyInfo> properties;
  369. List<PropertyInfo> own_properties;
  370. // Special cases for editor/project settings, and ResourceImporter classes,
  371. // we have to rely on Object's property list to get settings and import options.
  372. // Otherwise we just use ClassDB's property list (pure registered properties).
  373. bool properties_from_instance = true; // To skip `script`, etc.
  374. bool import_option = false; // Special case for default value.
  375. HashMap<StringName, Variant> import_options_default;
  376. if (name == "EditorSettings") {
  377. // We don't create the full blown EditorSettings (+ config file) with `create()`,
  378. // instead we just make a local instance to get default values.
  379. Ref<EditorSettings> edset = memnew(EditorSettings);
  380. edset->get_property_list(&properties);
  381. own_properties = properties;
  382. } else if (name == "ProjectSettings") {
  383. ProjectSettings::get_singleton()->get_property_list(&properties);
  384. own_properties = properties;
  385. } else if (ClassDB::is_parent_class(name, "ResourceImporter") && name != "EditorImportPlugin" && ClassDB::can_instantiate(name)) {
  386. import_option = true;
  387. ResourceImporter *resimp = Object::cast_to<ResourceImporter>(ClassDB::instantiate(name));
  388. List<ResourceImporter::ImportOption> options;
  389. resimp->get_import_options("", &options);
  390. for (const ResourceImporter::ImportOption &option : options) {
  391. const PropertyInfo &prop = option.option;
  392. properties.push_back(prop);
  393. import_options_default[prop.name] = option.default_value;
  394. }
  395. own_properties = properties;
  396. memdelete(resimp);
  397. } else if (name.begins_with("EditorExportPlatform") && ClassDB::can_instantiate(name)) {
  398. properties_from_instance = false;
  399. Ref<EditorExportPlatform> platform = Object::cast_to<EditorExportPlatform>(ClassDB::instantiate(name));
  400. if (platform.is_valid()) {
  401. List<EditorExportPlatform::ExportOption> options;
  402. platform->get_export_options(&options);
  403. for (const EditorExportPlatform::ExportOption &E : options) {
  404. properties.push_back(E.option);
  405. }
  406. own_properties = properties;
  407. }
  408. } else {
  409. properties_from_instance = false;
  410. ClassDB::get_property_list(name, &properties);
  411. ClassDB::get_property_list(name, &own_properties, true);
  412. }
  413. // Sort is still needed here to handle inherited properties, even though it is done below, do not remove.
  414. properties.sort();
  415. own_properties.sort();
  416. List<PropertyInfo>::Element *EO = own_properties.front();
  417. for (const PropertyInfo &E : properties) {
  418. bool inherited = true;
  419. if (EO && EO->get() == E) {
  420. inherited = false;
  421. EO = EO->next();
  422. }
  423. if (properties_from_instance) {
  424. if (E.name == "resource_local_to_scene" || E.name == "resource_name" || E.name == "resource_path" || E.name == "script" || E.name == "resource_scene_unique_id") {
  425. // Don't include spurious properties from Object property list.
  426. continue;
  427. }
  428. }
  429. if (E.usage & PROPERTY_USAGE_GROUP || E.usage & PROPERTY_USAGE_SUBGROUP || E.usage & PROPERTY_USAGE_CATEGORY || E.usage & PROPERTY_USAGE_INTERNAL || (E.type == Variant::NIL && E.usage & PROPERTY_USAGE_ARRAY)) {
  430. continue;
  431. }
  432. DocData::PropertyDoc prop;
  433. prop.name = E.name;
  434. prop.overridden = inherited;
  435. if (inherited) {
  436. String parent = ClassDB::get_parent_class(c.name);
  437. while (!ClassDB::has_property(parent, prop.name, true)) {
  438. parent = ClassDB::get_parent_class(parent);
  439. }
  440. prop.overrides = parent;
  441. }
  442. bool default_value_valid = false;
  443. Variant default_value;
  444. if (name == "ProjectSettings") {
  445. // Special case for project settings, so that settings are not taken from the current project's settings
  446. if (!ProjectSettings::get_singleton()->is_builtin_setting(E.name)) {
  447. continue;
  448. }
  449. if (E.usage & PROPERTY_USAGE_EDITOR) {
  450. if (!ProjectSettings::get_singleton()->get_ignore_value_in_docs(E.name)) {
  451. default_value = ProjectSettings::get_singleton()->property_get_revert(E.name);
  452. default_value_valid = true;
  453. }
  454. }
  455. } else if (name == "EditorSettings") {
  456. // Special case for editor settings, to prevent hardware or OS specific settings to affect the result.
  457. } else if (import_option) {
  458. default_value = import_options_default[E.name];
  459. default_value_valid = true;
  460. } else {
  461. default_value = get_documentation_default_value(name, E.name, default_value_valid);
  462. if (inherited) {
  463. bool base_default_value_valid = false;
  464. Variant base_default_value = get_documentation_default_value(ClassDB::get_parent_class(name), E.name, base_default_value_valid);
  465. if (!default_value_valid || !base_default_value_valid || default_value == base_default_value) {
  466. continue;
  467. }
  468. }
  469. }
  470. if (default_value_valid && default_value.get_type() != Variant::OBJECT) {
  471. prop.default_value = DocData::get_default_value_string(default_value);
  472. }
  473. StringName setter = ClassDB::get_property_setter(name, E.name);
  474. StringName getter = ClassDB::get_property_getter(name, E.name);
  475. prop.setter = setter;
  476. prop.getter = getter;
  477. bool found_type = false;
  478. if (getter != StringName()) {
  479. MethodBind *mb = ClassDB::get_method(name, getter);
  480. if (mb) {
  481. PropertyInfo retinfo = mb->get_return_info();
  482. found_type = true;
  483. if (retinfo.type == Variant::INT && retinfo.usage & (PROPERTY_USAGE_CLASS_IS_ENUM | PROPERTY_USAGE_CLASS_IS_BITFIELD)) {
  484. prop.enumeration = retinfo.class_name;
  485. prop.is_bitfield = retinfo.usage & PROPERTY_USAGE_CLASS_IS_BITFIELD;
  486. prop.type = "int";
  487. } else if (retinfo.class_name != StringName()) {
  488. prop.type = retinfo.class_name;
  489. } else if (retinfo.type == Variant::ARRAY && retinfo.hint == PROPERTY_HINT_ARRAY_TYPE) {
  490. prop.type = retinfo.hint_string + "[]";
  491. } else if (retinfo.type == Variant::DICTIONARY && retinfo.hint == PROPERTY_HINT_DICTIONARY_TYPE) {
  492. prop.type = "Dictionary[" + retinfo.hint_string.replace(";", ", ") + "]";
  493. } else if (retinfo.hint == PROPERTY_HINT_RESOURCE_TYPE) {
  494. prop.type = retinfo.hint_string;
  495. } else if (retinfo.type == Variant::NIL && retinfo.usage & PROPERTY_USAGE_NIL_IS_VARIANT) {
  496. prop.type = "Variant";
  497. } else if (retinfo.type == Variant::NIL) {
  498. prop.type = "void";
  499. } else {
  500. prop.type = Variant::get_type_name(retinfo.type);
  501. }
  502. }
  503. setters_getters.insert(getter);
  504. }
  505. if (setter != StringName()) {
  506. setters_getters.insert(setter);
  507. }
  508. if (!found_type) {
  509. if (E.type == Variant::OBJECT && E.hint == PROPERTY_HINT_RESOURCE_TYPE) {
  510. prop.type = E.hint_string;
  511. } else {
  512. prop.type = Variant::get_type_name(E.type);
  513. }
  514. }
  515. c.properties.push_back(prop);
  516. }
  517. c.properties.sort();
  518. List<MethodInfo> method_list;
  519. ClassDB::get_method_list(name, &method_list, true);
  520. for (const MethodInfo &E : method_list) {
  521. if (E.name.is_empty() || (E.name[0] == '_' && !(E.flags & METHOD_FLAG_VIRTUAL))) {
  522. continue; //hidden, don't count
  523. }
  524. if (skip_setter_getter_methods && setters_getters.has(E.name)) {
  525. // Don't skip parametric setters and getters, i.e. method which require
  526. // one or more parameters to define what property should be set or retrieved.
  527. // E.g. CPUParticles3D::set_param(Parameter param, float value).
  528. if (E.arguments.size() == 0 /* getter */ || (E.arguments.size() == 1 && E.return_val.type == Variant::NIL /* setter */)) {
  529. continue;
  530. }
  531. }
  532. DocData::MethodDoc method;
  533. DocData::method_doc_from_methodinfo(method, E, "");
  534. Vector<Error> errs = ClassDB::get_method_error_return_values(name, E.name);
  535. if (errs.size()) {
  536. if (!errs.has(OK)) {
  537. errs.insert(0, OK);
  538. }
  539. for (int i = 0; i < errs.size(); i++) {
  540. if (!method.errors_returned.has(errs[i])) {
  541. method.errors_returned.push_back(errs[i]);
  542. }
  543. }
  544. }
  545. c.methods.push_back(method);
  546. }
  547. c.methods.sort_custom<MethodCompare>();
  548. List<MethodInfo> signal_list;
  549. ClassDB::get_signal_list(name, &signal_list, true);
  550. if (signal_list.size()) {
  551. for (List<MethodInfo>::Element *EV = signal_list.front(); EV; EV = EV->next()) {
  552. DocData::MethodDoc signal;
  553. signal.name = EV->get().name;
  554. for (List<PropertyInfo>::Element *EA = EV->get().arguments.front(); EA; EA = EA->next()) {
  555. const PropertyInfo &arginfo = EA->get();
  556. DocData::ArgumentDoc argument;
  557. DocData::argument_doc_from_arginfo(argument, arginfo);
  558. signal.arguments.push_back(argument);
  559. }
  560. c.signals.push_back(signal);
  561. }
  562. c.signals.sort_custom<MethodCompare>();
  563. }
  564. List<String> constant_list;
  565. ClassDB::get_integer_constant_list(name, &constant_list, true);
  566. for (const String &E : constant_list) {
  567. DocData::ConstantDoc constant;
  568. constant.name = E;
  569. constant.value = itos(ClassDB::get_integer_constant(name, E));
  570. constant.is_value_valid = true;
  571. constant.enumeration = ClassDB::get_integer_constant_enum(name, E);
  572. constant.is_bitfield = ClassDB::is_enum_bitfield(name, constant.enumeration);
  573. c.constants.push_back(constant);
  574. }
  575. // Theme items.
  576. {
  577. List<ThemeDB::ThemeItemBind> theme_items;
  578. ThemeDB::get_singleton()->get_class_items(cname, &theme_items);
  579. Ref<Theme> default_theme = ThemeDB::get_singleton()->get_default_theme();
  580. for (const ThemeDB::ThemeItemBind &theme_item : theme_items) {
  581. DocData::ThemeItemDoc tid;
  582. tid.name = theme_item.item_name;
  583. switch (theme_item.data_type) {
  584. case Theme::DATA_TYPE_COLOR:
  585. tid.type = "Color";
  586. tid.data_type = "color";
  587. break;
  588. case Theme::DATA_TYPE_CONSTANT:
  589. tid.type = "int";
  590. tid.data_type = "constant";
  591. break;
  592. case Theme::DATA_TYPE_FONT:
  593. tid.type = "Font";
  594. tid.data_type = "font";
  595. break;
  596. case Theme::DATA_TYPE_FONT_SIZE:
  597. tid.type = "int";
  598. tid.data_type = "font_size";
  599. break;
  600. case Theme::DATA_TYPE_ICON:
  601. tid.type = "Texture2D";
  602. tid.data_type = "icon";
  603. break;
  604. case Theme::DATA_TYPE_STYLEBOX:
  605. tid.type = "StyleBox";
  606. tid.data_type = "style";
  607. break;
  608. case Theme::DATA_TYPE_MAX:
  609. break; // Can't happen, but silences warning.
  610. }
  611. if (theme_item.data_type == Theme::DATA_TYPE_COLOR || theme_item.data_type == Theme::DATA_TYPE_CONSTANT) {
  612. tid.default_value = DocData::get_default_value_string(default_theme->get_theme_item(theme_item.data_type, theme_item.item_name, cname));
  613. }
  614. c.theme_properties.push_back(tid);
  615. }
  616. c.theme_properties.sort();
  617. }
  618. classes.pop_front();
  619. }
  620. }
  621. if (p_flags.has_flag(GENERATE_FLAG_SKIP_BASIC_TYPES)) {
  622. return;
  623. }
  624. // Add a dummy Variant entry.
  625. {
  626. // This allows us to document the concept of Variant even though
  627. // it's not a ClassDB-exposed class.
  628. class_list["Variant"] = DocData::ClassDoc();
  629. class_list["Variant"].name = "Variant";
  630. inheriting[""].insert("Variant");
  631. }
  632. // Add Variant data types.
  633. for (int i = 0; i < Variant::VARIANT_MAX; i++) {
  634. if (i == Variant::NIL) {
  635. continue; // Not exposed outside of 'null', should not be in class list.
  636. }
  637. if (i == Variant::OBJECT) {
  638. continue; // Use the core type instead.
  639. }
  640. String cname = Variant::get_type_name(Variant::Type(i));
  641. class_list[cname] = DocData::ClassDoc();
  642. DocData::ClassDoc &c = class_list[cname];
  643. c.name = cname;
  644. inheriting[""].insert(cname);
  645. Callable::CallError cerror;
  646. Variant v;
  647. Variant::construct(Variant::Type(i), v, nullptr, 0, cerror);
  648. List<MethodInfo> method_list;
  649. v.get_method_list(&method_list);
  650. Variant::get_constructor_list(Variant::Type(i), &method_list);
  651. for (int j = 0; j < Variant::OP_AND; j++) { // Showing above 'and' is pretty confusing and there are a lot of variations.
  652. for (int k = 0; k < Variant::VARIANT_MAX; k++) {
  653. // Prevent generating for comparison with null.
  654. if (Variant::Type(k) == Variant::NIL && (Variant::Operator(j) == Variant::OP_EQUAL || Variant::Operator(j) == Variant::OP_NOT_EQUAL)) {
  655. continue;
  656. }
  657. Variant::Type rt = Variant::get_operator_return_type(Variant::Operator(j), Variant::Type(i), Variant::Type(k));
  658. if (rt != Variant::NIL) { // Has operator.
  659. // Skip String % operator as it's registered separately for each Variant arg type,
  660. // we'll add it manually below.
  661. if ((i == Variant::STRING || i == Variant::STRING_NAME) && Variant::Operator(j) == Variant::OP_MODULE) {
  662. continue;
  663. }
  664. MethodInfo mi;
  665. mi.name = "operator " + Variant::get_operator_name(Variant::Operator(j));
  666. mi.return_val.type = rt;
  667. if (k != Variant::NIL) {
  668. PropertyInfo arg;
  669. arg.name = "right";
  670. arg.type = Variant::Type(k);
  671. mi.arguments.push_back(arg);
  672. }
  673. method_list.push_back(mi);
  674. }
  675. }
  676. }
  677. if (i == Variant::STRING || i == Variant::STRING_NAME) {
  678. // We skipped % operator above, and we register it manually once for Variant arg type here.
  679. MethodInfo mi;
  680. mi.name = "operator %";
  681. mi.return_val.type = Variant::STRING;
  682. PropertyInfo arg;
  683. arg.name = "right";
  684. arg.type = Variant::NIL;
  685. arg.usage = PROPERTY_USAGE_NIL_IS_VARIANT;
  686. mi.arguments.push_back(arg);
  687. method_list.push_back(mi);
  688. }
  689. if (Variant::is_keyed(Variant::Type(i))) {
  690. MethodInfo mi;
  691. mi.name = "operator []";
  692. mi.return_val.type = Variant::NIL;
  693. mi.return_val.usage = PROPERTY_USAGE_NIL_IS_VARIANT;
  694. PropertyInfo arg;
  695. arg.name = "key";
  696. arg.type = Variant::NIL;
  697. arg.usage = PROPERTY_USAGE_NIL_IS_VARIANT;
  698. mi.arguments.push_back(arg);
  699. method_list.push_back(mi);
  700. } else if (Variant::has_indexing(Variant::Type(i))) {
  701. MethodInfo mi;
  702. mi.name = "operator []";
  703. mi.return_val.type = Variant::get_indexed_element_type(Variant::Type(i));
  704. mi.return_val.usage = Variant::get_indexed_element_usage(Variant::Type(i));
  705. PropertyInfo arg;
  706. arg.name = "index";
  707. arg.type = Variant::INT;
  708. mi.arguments.push_back(arg);
  709. method_list.push_back(mi);
  710. }
  711. for (const MethodInfo &mi : method_list) {
  712. DocData::MethodDoc method;
  713. method.name = mi.name;
  714. int j = 0;
  715. for (List<PropertyInfo>::ConstIterator itr = mi.arguments.begin(); itr != mi.arguments.end(); ++itr, ++j) {
  716. PropertyInfo arginfo = *itr;
  717. DocData::ArgumentDoc ad;
  718. DocData::argument_doc_from_arginfo(ad, arginfo);
  719. ad.name = arginfo.name;
  720. int darg_idx = mi.default_arguments.size() - mi.arguments.size() + j;
  721. if (darg_idx >= 0) {
  722. ad.default_value = DocData::get_default_value_string(mi.default_arguments[darg_idx]);
  723. }
  724. method.arguments.push_back(ad);
  725. }
  726. DocData::return_doc_from_retinfo(method, mi.return_val);
  727. if (mi.flags & METHOD_FLAG_VARARG) {
  728. if (!method.qualifiers.is_empty()) {
  729. method.qualifiers += " ";
  730. }
  731. method.qualifiers += "vararg";
  732. }
  733. if (mi.flags & METHOD_FLAG_CONST) {
  734. if (!method.qualifiers.is_empty()) {
  735. method.qualifiers += " ";
  736. }
  737. method.qualifiers += "const";
  738. }
  739. if (mi.flags & METHOD_FLAG_STATIC) {
  740. if (!method.qualifiers.is_empty()) {
  741. method.qualifiers += " ";
  742. }
  743. method.qualifiers += "static";
  744. }
  745. if (method.name == cname) {
  746. c.constructors.push_back(method);
  747. } else if (method.name.begins_with("operator")) {
  748. c.operators.push_back(method);
  749. } else {
  750. c.methods.push_back(method);
  751. }
  752. }
  753. c.constructors.sort_custom<ConstructorCompare>();
  754. c.operators.sort_custom<OperatorCompare>();
  755. c.methods.sort_custom<MethodCompare>();
  756. List<PropertyInfo> properties;
  757. v.get_property_list(&properties);
  758. for (const PropertyInfo &pi : properties) {
  759. DocData::PropertyDoc property;
  760. property.name = pi.name;
  761. property.type = Variant::get_type_name(pi.type);
  762. property.default_value = DocData::get_default_value_string(v.get(pi.name));
  763. c.properties.push_back(property);
  764. }
  765. c.properties.sort();
  766. List<StringName> constants;
  767. Variant::get_constants_for_type(Variant::Type(i), &constants);
  768. for (const StringName &E : constants) {
  769. DocData::ConstantDoc constant;
  770. constant.name = E;
  771. Variant value = Variant::get_constant_value(Variant::Type(i), E);
  772. constant.value = value.get_type() == Variant::INT ? itos(value) : value.get_construct_string().replace("\n", " ");
  773. constant.is_value_valid = true;
  774. c.constants.push_back(constant);
  775. }
  776. }
  777. // Add global API (servers, engine singletons, global constants) and Variant utility functions.
  778. {
  779. String cname = "@GlobalScope";
  780. class_list[cname] = DocData::ClassDoc();
  781. DocData::ClassDoc &c = class_list[cname];
  782. c.name = cname;
  783. inheriting[""].insert(cname);
  784. // Global constants.
  785. for (int i = 0; i < CoreConstants::get_global_constant_count(); i++) {
  786. DocData::ConstantDoc cd;
  787. cd.name = CoreConstants::get_global_constant_name(i);
  788. cd.is_bitfield = CoreConstants::is_global_constant_bitfield(i);
  789. if (!CoreConstants::get_ignore_value_in_docs(i)) {
  790. cd.value = itos(CoreConstants::get_global_constant_value(i));
  791. cd.is_value_valid = true;
  792. } else {
  793. cd.is_value_valid = false;
  794. }
  795. cd.enumeration = CoreConstants::get_global_constant_enum(i);
  796. c.constants.push_back(cd);
  797. }
  798. // Servers/engine singletons.
  799. List<Engine::Singleton> singletons;
  800. Engine::get_singleton()->get_singletons(&singletons);
  801. // FIXME: this is kind of hackish...
  802. for (const Engine::Singleton &s : singletons) {
  803. DocData::PropertyDoc pd;
  804. if (!s.ptr) {
  805. continue;
  806. }
  807. pd.name = s.name;
  808. pd.type = s.ptr->get_class();
  809. while (String(ClassDB::get_parent_class(pd.type)) != "Object") {
  810. pd.type = ClassDB::get_parent_class(pd.type);
  811. }
  812. c.properties.push_back(pd);
  813. }
  814. c.properties.sort();
  815. // Variant utility functions.
  816. List<StringName> utility_functions;
  817. Variant::get_utility_function_list(&utility_functions);
  818. for (const StringName &E : utility_functions) {
  819. DocData::MethodDoc md;
  820. md.name = E;
  821. // Utility function's return type.
  822. if (Variant::has_utility_function_return_value(E)) {
  823. PropertyInfo pi;
  824. pi.type = Variant::get_utility_function_return_type(E);
  825. if (pi.type == Variant::NIL) {
  826. pi.usage = PROPERTY_USAGE_NIL_IS_VARIANT;
  827. }
  828. DocData::ArgumentDoc ad;
  829. DocData::argument_doc_from_arginfo(ad, pi);
  830. md.return_type = ad.type;
  831. }
  832. // Utility function's arguments.
  833. if (Variant::is_utility_function_vararg(E)) {
  834. md.qualifiers = "vararg";
  835. } else {
  836. for (int i = 0; i < Variant::get_utility_function_argument_count(E); i++) {
  837. PropertyInfo pi;
  838. pi.type = Variant::get_utility_function_argument_type(E, i);
  839. pi.name = Variant::get_utility_function_argument_name(E, i);
  840. if (pi.type == Variant::NIL) {
  841. pi.usage = PROPERTY_USAGE_NIL_IS_VARIANT;
  842. }
  843. DocData::ArgumentDoc ad;
  844. DocData::argument_doc_from_arginfo(ad, pi);
  845. md.arguments.push_back(ad);
  846. }
  847. }
  848. c.methods.push_back(md);
  849. }
  850. c.methods.sort_custom<MethodCompare>();
  851. }
  852. // Add scripting language built-ins.
  853. {
  854. // We only add a doc entry for languages which actually define any built-in
  855. // methods, constants, or annotations.
  856. for (int i = 0; i < ScriptServer::get_language_count(); i++) {
  857. ScriptLanguage *lang = ScriptServer::get_language(i);
  858. String cname = "@" + lang->get_name();
  859. DocData::ClassDoc c;
  860. c.name = cname;
  861. inheriting[""].insert(cname);
  862. // Get functions.
  863. List<MethodInfo> minfo;
  864. lang->get_public_functions(&minfo);
  865. for (const MethodInfo &mi : minfo) {
  866. DocData::MethodDoc md;
  867. md.name = mi.name;
  868. if (mi.flags & METHOD_FLAG_VARARG) {
  869. if (!md.qualifiers.is_empty()) {
  870. md.qualifiers += " ";
  871. }
  872. md.qualifiers += "vararg";
  873. }
  874. DocData::return_doc_from_retinfo(md, mi.return_val);
  875. int j = 0;
  876. for (List<PropertyInfo>::ConstIterator itr = mi.arguments.begin(); itr != mi.arguments.end(); ++itr, ++j) {
  877. DocData::ArgumentDoc ad;
  878. DocData::argument_doc_from_arginfo(ad, *itr);
  879. int darg_idx = j - (mi.arguments.size() - mi.default_arguments.size());
  880. if (darg_idx >= 0) {
  881. ad.default_value = DocData::get_default_value_string(mi.default_arguments[darg_idx]);
  882. }
  883. md.arguments.push_back(ad);
  884. }
  885. c.methods.push_back(md);
  886. }
  887. // Get constants.
  888. List<Pair<String, Variant>> cinfo;
  889. lang->get_public_constants(&cinfo);
  890. for (const Pair<String, Variant> &E : cinfo) {
  891. DocData::ConstantDoc cd;
  892. cd.name = E.first;
  893. cd.value = E.second;
  894. cd.is_value_valid = true;
  895. c.constants.push_back(cd);
  896. }
  897. // Get annotations.
  898. List<MethodInfo> ainfo;
  899. lang->get_public_annotations(&ainfo);
  900. for (const MethodInfo &ai : ainfo) {
  901. DocData::MethodDoc atd;
  902. atd.name = ai.name;
  903. if (ai.flags & METHOD_FLAG_VARARG) {
  904. if (!atd.qualifiers.is_empty()) {
  905. atd.qualifiers += " ";
  906. }
  907. atd.qualifiers += "vararg";
  908. }
  909. DocData::return_doc_from_retinfo(atd, ai.return_val);
  910. int j = 0;
  911. for (List<PropertyInfo>::ConstIterator itr = ai.arguments.begin(); itr != ai.arguments.end(); ++itr, ++j) {
  912. DocData::ArgumentDoc ad;
  913. DocData::argument_doc_from_arginfo(ad, *itr);
  914. int darg_idx = j - (ai.arguments.size() - ai.default_arguments.size());
  915. if (darg_idx >= 0) {
  916. ad.default_value = DocData::get_default_value_string(ai.default_arguments[darg_idx]);
  917. }
  918. atd.arguments.push_back(ad);
  919. }
  920. c.annotations.push_back(atd);
  921. }
  922. // Skip adding the lang if it doesn't expose anything (e.g. C#).
  923. if (c.methods.is_empty() && c.constants.is_empty() && c.annotations.is_empty()) {
  924. continue;
  925. }
  926. c.methods.sort_custom<MethodCompare>();
  927. c.annotations.sort_custom<MethodCompare>();
  928. class_list[cname] = c;
  929. }
  930. }
  931. }
  932. static Error _parse_methods(Ref<XMLParser> &parser, Vector<DocData::MethodDoc> &methods) {
  933. String section = parser->get_node_name();
  934. String element = section.substr(0, section.length() - 1);
  935. while (parser->read() == OK) {
  936. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  937. if (parser->get_node_name() == element) {
  938. DocData::MethodDoc method;
  939. ERR_FAIL_COND_V(!parser->has_attribute("name"), ERR_FILE_CORRUPT);
  940. method.name = parser->get_named_attribute_value("name");
  941. if (parser->has_attribute("qualifiers")) {
  942. method.qualifiers = parser->get_named_attribute_value("qualifiers");
  943. }
  944. #ifndef DISABLE_DEPRECATED
  945. if (parser->has_attribute("is_deprecated")) {
  946. method.is_deprecated = parser->get_named_attribute_value("is_deprecated").to_lower() == "true";
  947. }
  948. if (parser->has_attribute("is_experimental")) {
  949. method.is_experimental = parser->get_named_attribute_value("is_experimental").to_lower() == "true";
  950. }
  951. #endif
  952. if (parser->has_attribute("deprecated")) {
  953. method.is_deprecated = true;
  954. method.deprecated_message = parser->get_named_attribute_value("deprecated");
  955. }
  956. if (parser->has_attribute("experimental")) {
  957. method.is_experimental = true;
  958. method.experimental_message = parser->get_named_attribute_value("experimental");
  959. }
  960. if (parser->has_attribute("keywords")) {
  961. method.keywords = parser->get_named_attribute_value("keywords");
  962. }
  963. while (parser->read() == OK) {
  964. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  965. String name = parser->get_node_name();
  966. if (name == "return") {
  967. ERR_FAIL_COND_V(!parser->has_attribute("type"), ERR_FILE_CORRUPT);
  968. method.return_type = parser->get_named_attribute_value("type");
  969. if (parser->has_attribute("enum")) {
  970. method.return_enum = parser->get_named_attribute_value("enum");
  971. if (parser->has_attribute("is_bitfield")) {
  972. method.return_is_bitfield = parser->get_named_attribute_value("is_bitfield").to_lower() == "true";
  973. }
  974. }
  975. } else if (name == "returns_error") {
  976. ERR_FAIL_COND_V(!parser->has_attribute("number"), ERR_FILE_CORRUPT);
  977. method.errors_returned.push_back(parser->get_named_attribute_value("number").to_int());
  978. } else if (name == "param") {
  979. DocData::ArgumentDoc argument;
  980. ERR_FAIL_COND_V(!parser->has_attribute("name"), ERR_FILE_CORRUPT);
  981. argument.name = parser->get_named_attribute_value("name");
  982. ERR_FAIL_COND_V(!parser->has_attribute("type"), ERR_FILE_CORRUPT);
  983. argument.type = parser->get_named_attribute_value("type");
  984. if (parser->has_attribute("enum")) {
  985. argument.enumeration = parser->get_named_attribute_value("enum");
  986. if (parser->has_attribute("is_bitfield")) {
  987. argument.is_bitfield = parser->get_named_attribute_value("is_bitfield").to_lower() == "true";
  988. }
  989. }
  990. method.arguments.push_back(argument);
  991. } else if (name == "description") {
  992. parser->read();
  993. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  994. method.description = parser->get_node_data();
  995. }
  996. }
  997. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == element) {
  998. break;
  999. }
  1000. }
  1001. methods.push_back(method);
  1002. } else {
  1003. ERR_FAIL_V_MSG(ERR_FILE_CORRUPT, "Invalid tag in doc file: " + parser->get_node_name() + ", expected " + element + ".");
  1004. }
  1005. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == section) {
  1006. break;
  1007. }
  1008. }
  1009. return OK;
  1010. }
  1011. Error DocTools::load_classes(const String &p_dir) {
  1012. Error err;
  1013. Ref<DirAccess> da = DirAccess::open(p_dir, &err);
  1014. if (da.is_null()) {
  1015. return err;
  1016. }
  1017. da->list_dir_begin();
  1018. String path;
  1019. path = da->get_next();
  1020. while (!path.is_empty()) {
  1021. if (!da->current_is_dir() && path.ends_with("xml")) {
  1022. Ref<XMLParser> parser = memnew(XMLParser);
  1023. Error err2 = parser->open(p_dir.path_join(path));
  1024. if (err2) {
  1025. return err2;
  1026. }
  1027. _load(parser);
  1028. }
  1029. path = da->get_next();
  1030. }
  1031. da->list_dir_end();
  1032. return OK;
  1033. }
  1034. Error DocTools::erase_classes(const String &p_dir) {
  1035. Error err;
  1036. Ref<DirAccess> da = DirAccess::open(p_dir, &err);
  1037. if (da.is_null()) {
  1038. return err;
  1039. }
  1040. List<String> to_erase;
  1041. da->list_dir_begin();
  1042. String path;
  1043. path = da->get_next();
  1044. while (!path.is_empty()) {
  1045. if (!da->current_is_dir() && path.ends_with("xml")) {
  1046. to_erase.push_back(path);
  1047. }
  1048. path = da->get_next();
  1049. }
  1050. da->list_dir_end();
  1051. while (to_erase.size()) {
  1052. da->remove(to_erase.front()->get());
  1053. to_erase.pop_front();
  1054. }
  1055. return OK;
  1056. }
  1057. Error DocTools::_load(Ref<XMLParser> parser) {
  1058. Error err = OK;
  1059. while ((err = parser->read()) == OK) {
  1060. if (parser->get_node_type() == XMLParser::NODE_ELEMENT && parser->get_node_name() == "?xml") {
  1061. parser->skip_section();
  1062. }
  1063. if (parser->get_node_type() != XMLParser::NODE_ELEMENT) {
  1064. continue; //no idea what this may be, but skipping anyway
  1065. }
  1066. ERR_FAIL_COND_V(parser->get_node_name() != "class", ERR_FILE_CORRUPT);
  1067. ERR_FAIL_COND_V(!parser->has_attribute("name"), ERR_FILE_CORRUPT);
  1068. String name = parser->get_named_attribute_value("name");
  1069. class_list[name] = DocData::ClassDoc();
  1070. DocData::ClassDoc &c = class_list[name];
  1071. c.name = name;
  1072. if (parser->has_attribute("inherits")) {
  1073. c.inherits = parser->get_named_attribute_value("inherits");
  1074. }
  1075. inheriting[c.inherits].insert(name);
  1076. #ifndef DISABLE_DEPRECATED
  1077. if (parser->has_attribute("is_deprecated")) {
  1078. c.is_deprecated = parser->get_named_attribute_value("is_deprecated").to_lower() == "true";
  1079. }
  1080. if (parser->has_attribute("is_experimental")) {
  1081. c.is_experimental = parser->get_named_attribute_value("is_experimental").to_lower() == "true";
  1082. }
  1083. #endif
  1084. if (parser->has_attribute("deprecated")) {
  1085. c.is_deprecated = true;
  1086. c.deprecated_message = parser->get_named_attribute_value("deprecated");
  1087. }
  1088. if (parser->has_attribute("experimental")) {
  1089. c.is_experimental = true;
  1090. c.experimental_message = parser->get_named_attribute_value("experimental");
  1091. }
  1092. if (parser->has_attribute("keywords")) {
  1093. c.keywords = parser->get_named_attribute_value("keywords");
  1094. }
  1095. while (parser->read() == OK) {
  1096. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  1097. String name2 = parser->get_node_name();
  1098. if (name2 == "brief_description") {
  1099. parser->read();
  1100. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  1101. c.brief_description = parser->get_node_data();
  1102. }
  1103. } else if (name2 == "description") {
  1104. parser->read();
  1105. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  1106. c.description = parser->get_node_data();
  1107. }
  1108. } else if (name2 == "tutorials") {
  1109. while (parser->read() == OK) {
  1110. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  1111. String name3 = parser->get_node_name();
  1112. if (name3 == "link") {
  1113. DocData::TutorialDoc tutorial;
  1114. if (parser->has_attribute("title")) {
  1115. tutorial.title = parser->get_named_attribute_value("title");
  1116. }
  1117. parser->read();
  1118. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  1119. tutorial.link = parser->get_node_data().strip_edges();
  1120. c.tutorials.push_back(tutorial);
  1121. }
  1122. } else {
  1123. ERR_FAIL_V_MSG(ERR_FILE_CORRUPT, "Invalid tag in doc file: " + name3 + ".");
  1124. }
  1125. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == "tutorials") {
  1126. break; // End of <tutorials>.
  1127. }
  1128. }
  1129. } else if (name2 == "constructors") {
  1130. Error err2 = _parse_methods(parser, c.constructors);
  1131. ERR_FAIL_COND_V(err2, err2);
  1132. } else if (name2 == "methods") {
  1133. Error err2 = _parse_methods(parser, c.methods);
  1134. ERR_FAIL_COND_V(err2, err2);
  1135. } else if (name2 == "operators") {
  1136. Error err2 = _parse_methods(parser, c.operators);
  1137. ERR_FAIL_COND_V(err2, err2);
  1138. } else if (name2 == "signals") {
  1139. Error err2 = _parse_methods(parser, c.signals);
  1140. ERR_FAIL_COND_V(err2, err2);
  1141. } else if (name2 == "annotations") {
  1142. Error err2 = _parse_methods(parser, c.annotations);
  1143. ERR_FAIL_COND_V(err2, err2);
  1144. } else if (name2 == "members") {
  1145. while (parser->read() == OK) {
  1146. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  1147. String name3 = parser->get_node_name();
  1148. if (name3 == "member") {
  1149. DocData::PropertyDoc prop2;
  1150. ERR_FAIL_COND_V(!parser->has_attribute("name"), ERR_FILE_CORRUPT);
  1151. prop2.name = parser->get_named_attribute_value("name");
  1152. ERR_FAIL_COND_V(!parser->has_attribute("type"), ERR_FILE_CORRUPT);
  1153. prop2.type = parser->get_named_attribute_value("type");
  1154. if (parser->has_attribute("setter")) {
  1155. prop2.setter = parser->get_named_attribute_value("setter");
  1156. }
  1157. if (parser->has_attribute("getter")) {
  1158. prop2.getter = parser->get_named_attribute_value("getter");
  1159. }
  1160. if (parser->has_attribute("enum")) {
  1161. prop2.enumeration = parser->get_named_attribute_value("enum");
  1162. if (parser->has_attribute("is_bitfield")) {
  1163. prop2.is_bitfield = parser->get_named_attribute_value("is_bitfield").to_lower() == "true";
  1164. }
  1165. }
  1166. #ifndef DISABLE_DEPRECATED
  1167. if (parser->has_attribute("is_deprecated")) {
  1168. prop2.is_deprecated = parser->get_named_attribute_value("is_deprecated").to_lower() == "true";
  1169. }
  1170. if (parser->has_attribute("is_experimental")) {
  1171. prop2.is_experimental = parser->get_named_attribute_value("is_experimental").to_lower() == "true";
  1172. }
  1173. #endif
  1174. if (parser->has_attribute("deprecated")) {
  1175. prop2.is_deprecated = true;
  1176. prop2.deprecated_message = parser->get_named_attribute_value("deprecated");
  1177. }
  1178. if (parser->has_attribute("experimental")) {
  1179. prop2.is_experimental = true;
  1180. prop2.experimental_message = parser->get_named_attribute_value("experimental");
  1181. }
  1182. if (parser->has_attribute("keywords")) {
  1183. prop2.keywords = parser->get_named_attribute_value("keywords");
  1184. }
  1185. if (!parser->is_empty()) {
  1186. parser->read();
  1187. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  1188. prop2.description = parser->get_node_data();
  1189. }
  1190. }
  1191. c.properties.push_back(prop2);
  1192. } else {
  1193. ERR_FAIL_V_MSG(ERR_FILE_CORRUPT, "Invalid tag in doc file: " + name3 + ".");
  1194. }
  1195. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == "members") {
  1196. break; // End of <members>.
  1197. }
  1198. }
  1199. } else if (name2 == "theme_items") {
  1200. while (parser->read() == OK) {
  1201. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  1202. String name3 = parser->get_node_name();
  1203. if (name3 == "theme_item") {
  1204. DocData::ThemeItemDoc prop2;
  1205. ERR_FAIL_COND_V(!parser->has_attribute("name"), ERR_FILE_CORRUPT);
  1206. prop2.name = parser->get_named_attribute_value("name");
  1207. ERR_FAIL_COND_V(!parser->has_attribute("type"), ERR_FILE_CORRUPT);
  1208. prop2.type = parser->get_named_attribute_value("type");
  1209. ERR_FAIL_COND_V(!parser->has_attribute("data_type"), ERR_FILE_CORRUPT);
  1210. prop2.data_type = parser->get_named_attribute_value("data_type");
  1211. if (parser->has_attribute("deprecated")) {
  1212. prop2.is_deprecated = true;
  1213. prop2.deprecated_message = parser->get_named_attribute_value("deprecated");
  1214. }
  1215. if (parser->has_attribute("experimental")) {
  1216. prop2.is_experimental = true;
  1217. prop2.experimental_message = parser->get_named_attribute_value("experimental");
  1218. }
  1219. if (parser->has_attribute("keywords")) {
  1220. prop2.keywords = parser->get_named_attribute_value("keywords");
  1221. }
  1222. if (!parser->is_empty()) {
  1223. parser->read();
  1224. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  1225. prop2.description = parser->get_node_data();
  1226. }
  1227. }
  1228. c.theme_properties.push_back(prop2);
  1229. } else {
  1230. ERR_FAIL_V_MSG(ERR_FILE_CORRUPT, "Invalid tag in doc file: " + name3 + ".");
  1231. }
  1232. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == "theme_items") {
  1233. break; // End of <theme_items>.
  1234. }
  1235. }
  1236. } else if (name2 == "constants") {
  1237. while (parser->read() == OK) {
  1238. if (parser->get_node_type() == XMLParser::NODE_ELEMENT) {
  1239. String name3 = parser->get_node_name();
  1240. if (name3 == "constant") {
  1241. DocData::ConstantDoc constant2;
  1242. ERR_FAIL_COND_V(!parser->has_attribute("name"), ERR_FILE_CORRUPT);
  1243. constant2.name = parser->get_named_attribute_value("name");
  1244. ERR_FAIL_COND_V(!parser->has_attribute("value"), ERR_FILE_CORRUPT);
  1245. constant2.value = parser->get_named_attribute_value("value");
  1246. constant2.is_value_valid = true;
  1247. if (parser->has_attribute("enum")) {
  1248. constant2.enumeration = parser->get_named_attribute_value("enum");
  1249. if (parser->has_attribute("is_bitfield")) {
  1250. constant2.is_bitfield = parser->get_named_attribute_value("is_bitfield").to_lower() == "true";
  1251. }
  1252. }
  1253. #ifndef DISABLE_DEPRECATED
  1254. if (parser->has_attribute("is_deprecated")) {
  1255. constant2.is_deprecated = parser->get_named_attribute_value("is_deprecated").to_lower() == "true";
  1256. }
  1257. if (parser->has_attribute("is_experimental")) {
  1258. constant2.is_experimental = parser->get_named_attribute_value("is_experimental").to_lower() == "true";
  1259. }
  1260. #endif
  1261. if (parser->has_attribute("deprecated")) {
  1262. constant2.is_deprecated = true;
  1263. constant2.deprecated_message = parser->get_named_attribute_value("deprecated");
  1264. }
  1265. if (parser->has_attribute("experimental")) {
  1266. constant2.is_experimental = true;
  1267. constant2.experimental_message = parser->get_named_attribute_value("experimental");
  1268. }
  1269. if (parser->has_attribute("keywords")) {
  1270. constant2.keywords = parser->get_named_attribute_value("keywords");
  1271. }
  1272. if (!parser->is_empty()) {
  1273. parser->read();
  1274. if (parser->get_node_type() == XMLParser::NODE_TEXT) {
  1275. constant2.description = parser->get_node_data();
  1276. }
  1277. }
  1278. c.constants.push_back(constant2);
  1279. } else {
  1280. ERR_FAIL_V_MSG(ERR_FILE_CORRUPT, "Invalid tag in doc file: " + name3 + ".");
  1281. }
  1282. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == "constants") {
  1283. break; // End of <constants>.
  1284. }
  1285. }
  1286. } else {
  1287. ERR_FAIL_V_MSG(ERR_FILE_CORRUPT, "Invalid tag in doc file: " + name2 + ".");
  1288. }
  1289. } else if (parser->get_node_type() == XMLParser::NODE_ELEMENT_END && parser->get_node_name() == "class") {
  1290. break; // End of <class>.
  1291. }
  1292. }
  1293. // Sort loaded constants for merging.
  1294. c.constants.sort();
  1295. }
  1296. return OK;
  1297. }
  1298. static void _write_string(Ref<FileAccess> f, int p_tablevel, const String &p_string) {
  1299. if (p_string.is_empty()) {
  1300. return;
  1301. }
  1302. String tab = String("\t").repeat(p_tablevel);
  1303. f->store_string(tab + p_string + "\n");
  1304. }
  1305. static void _write_method_doc(Ref<FileAccess> f, const String &p_name, Vector<DocData::MethodDoc> &p_method_docs) {
  1306. if (!p_method_docs.is_empty()) {
  1307. _write_string(f, 1, "<" + p_name + "s>");
  1308. for (int i = 0; i < p_method_docs.size(); i++) {
  1309. const DocData::MethodDoc &m = p_method_docs[i];
  1310. String additional_attributes;
  1311. if (!m.qualifiers.is_empty()) {
  1312. additional_attributes += " qualifiers=\"" + m.qualifiers.xml_escape(true) + "\"";
  1313. }
  1314. if (m.is_deprecated) {
  1315. additional_attributes += " deprecated=\"" + m.deprecated_message.xml_escape(true) + "\"";
  1316. }
  1317. if (m.is_experimental) {
  1318. additional_attributes += " experimental=\"" + m.experimental_message.xml_escape(true) + "\"";
  1319. }
  1320. if (!m.keywords.is_empty()) {
  1321. additional_attributes += String(" keywords=\"") + m.keywords.xml_escape(true) + "\"";
  1322. }
  1323. _write_string(f, 2, "<" + p_name + " name=\"" + m.name.xml_escape(true) + "\"" + additional_attributes + ">");
  1324. if (!m.return_type.is_empty()) {
  1325. String enum_text;
  1326. if (!m.return_enum.is_empty()) {
  1327. enum_text = " enum=\"" + m.return_enum.xml_escape(true) + "\"";
  1328. if (m.return_is_bitfield) {
  1329. enum_text += " is_bitfield=\"true\"";
  1330. }
  1331. }
  1332. _write_string(f, 3, "<return type=\"" + m.return_type.xml_escape(true) + "\"" + enum_text + " />");
  1333. }
  1334. if (m.errors_returned.size() > 0) {
  1335. for (int j = 0; j < m.errors_returned.size(); j++) {
  1336. _write_string(f, 3, "<returns_error number=\"" + itos(m.errors_returned[j]) + "\"/>");
  1337. }
  1338. }
  1339. for (int j = 0; j < m.arguments.size(); j++) {
  1340. const DocData::ArgumentDoc &a = m.arguments[j];
  1341. String enum_text;
  1342. if (!a.enumeration.is_empty()) {
  1343. enum_text = " enum=\"" + a.enumeration.xml_escape(true) + "\"";
  1344. if (a.is_bitfield) {
  1345. enum_text += " is_bitfield=\"true\"";
  1346. }
  1347. }
  1348. if (!a.default_value.is_empty()) {
  1349. _write_string(f, 3, "<param index=\"" + itos(j) + "\" name=\"" + a.name.xml_escape(true) + "\" type=\"" + a.type.xml_escape(true) + "\"" + enum_text + " default=\"" + a.default_value.xml_escape(true) + "\" />");
  1350. } else {
  1351. _write_string(f, 3, "<param index=\"" + itos(j) + "\" name=\"" + a.name.xml_escape(true) + "\" type=\"" + a.type.xml_escape(true) + "\"" + enum_text + " />");
  1352. }
  1353. }
  1354. _write_string(f, 3, "<description>");
  1355. _write_string(f, 4, _translate_doc_string(m.description).strip_edges().xml_escape());
  1356. _write_string(f, 3, "</description>");
  1357. _write_string(f, 2, "</" + p_name + ">");
  1358. }
  1359. _write_string(f, 1, "</" + p_name + "s>");
  1360. }
  1361. }
  1362. Error DocTools::save_classes(const String &p_default_path, const HashMap<String, String> &p_class_path, bool p_use_relative_schema) {
  1363. for (KeyValue<String, DocData::ClassDoc> &E : class_list) {
  1364. DocData::ClassDoc &c = E.value;
  1365. String save_path;
  1366. if (p_class_path.has(c.name)) {
  1367. save_path = p_class_path[c.name];
  1368. } else {
  1369. save_path = p_default_path;
  1370. }
  1371. Error err;
  1372. String save_file = save_path.path_join(c.name.replace("\"", "").replace("/", "--") + ".xml");
  1373. Ref<FileAccess> f = FileAccess::open(save_file, FileAccess::WRITE, &err);
  1374. ERR_CONTINUE_MSG(err != OK, "Can't write doc file: " + save_file + ".");
  1375. _write_string(f, 0, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>");
  1376. String header = "<class name=\"" + c.name.xml_escape(true) + "\"";
  1377. if (!c.inherits.is_empty()) {
  1378. header += " inherits=\"" + c.inherits.xml_escape(true) + "\"";
  1379. if (c.is_deprecated) {
  1380. header += " deprecated=\"" + c.deprecated_message.xml_escape(true) + "\"";
  1381. }
  1382. if (c.is_experimental) {
  1383. header += " experimental=\"" + c.experimental_message.xml_escape(true) + "\"";
  1384. }
  1385. }
  1386. if (!c.keywords.is_empty()) {
  1387. header += String(" keywords=\"") + c.keywords.xml_escape(true) + "\"";
  1388. }
  1389. // Reference the XML schema so editors can provide error checking.
  1390. String schema_path;
  1391. if (p_use_relative_schema) {
  1392. // Modules are nested deep, so change the path to reference the same schema everywhere.
  1393. schema_path = save_path.contains("modules/") ? "../../../doc/class.xsd" : "../class.xsd";
  1394. } else {
  1395. schema_path = "https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd";
  1396. }
  1397. header += vformat(
  1398. R"( xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="%s">)",
  1399. schema_path);
  1400. _write_string(f, 0, header);
  1401. _write_string(f, 1, "<brief_description>");
  1402. _write_string(f, 2, _translate_doc_string(c.brief_description).strip_edges().xml_escape());
  1403. _write_string(f, 1, "</brief_description>");
  1404. _write_string(f, 1, "<description>");
  1405. _write_string(f, 2, _translate_doc_string(c.description).strip_edges().xml_escape());
  1406. _write_string(f, 1, "</description>");
  1407. _write_string(f, 1, "<tutorials>");
  1408. for (int i = 0; i < c.tutorials.size(); i++) {
  1409. DocData::TutorialDoc tutorial = c.tutorials.get(i);
  1410. String title_attribute = (!tutorial.title.is_empty()) ? " title=\"" + _translate_doc_string(tutorial.title).xml_escape(true) + "\"" : "";
  1411. _write_string(f, 2, "<link" + title_attribute + ">" + tutorial.link.xml_escape() + "</link>");
  1412. }
  1413. _write_string(f, 1, "</tutorials>");
  1414. _write_method_doc(f, "constructor", c.constructors);
  1415. _write_method_doc(f, "method", c.methods);
  1416. if (!c.properties.is_empty()) {
  1417. _write_string(f, 1, "<members>");
  1418. for (int i = 0; i < c.properties.size(); i++) {
  1419. String additional_attributes;
  1420. if (!c.properties[i].enumeration.is_empty()) {
  1421. additional_attributes += " enum=\"" + c.properties[i].enumeration.xml_escape(true) + "\"";
  1422. if (c.properties[i].is_bitfield) {
  1423. additional_attributes += " is_bitfield=\"true\"";
  1424. }
  1425. }
  1426. if (!c.properties[i].default_value.is_empty()) {
  1427. additional_attributes += " default=\"" + c.properties[i].default_value.xml_escape(true) + "\"";
  1428. }
  1429. if (c.properties[i].is_deprecated) {
  1430. additional_attributes += " deprecated=\"" + c.properties[i].deprecated_message.xml_escape(true) + "\"";
  1431. }
  1432. if (c.properties[i].is_experimental) {
  1433. additional_attributes += " experimental=\"" + c.properties[i].experimental_message.xml_escape(true) + "\"";
  1434. }
  1435. if (!c.properties[i].keywords.is_empty()) {
  1436. additional_attributes += String(" keywords=\"") + c.properties[i].keywords.xml_escape(true) + "\"";
  1437. }
  1438. const DocData::PropertyDoc &p = c.properties[i];
  1439. if (c.properties[i].overridden) {
  1440. _write_string(f, 2, "<member name=\"" + p.name.xml_escape(true) + "\" type=\"" + p.type.xml_escape(true) + "\" setter=\"" + p.setter.xml_escape(true) + "\" getter=\"" + p.getter.xml_escape(true) + "\" overrides=\"" + p.overrides.xml_escape(true) + "\"" + additional_attributes + " />");
  1441. } else {
  1442. _write_string(f, 2, "<member name=\"" + p.name.xml_escape(true) + "\" type=\"" + p.type.xml_escape(true) + "\" setter=\"" + p.setter.xml_escape(true) + "\" getter=\"" + p.getter.xml_escape(true) + "\"" + additional_attributes + ">");
  1443. _write_string(f, 3, _translate_doc_string(p.description).strip_edges().xml_escape());
  1444. _write_string(f, 2, "</member>");
  1445. }
  1446. }
  1447. _write_string(f, 1, "</members>");
  1448. }
  1449. _write_method_doc(f, "signal", c.signals);
  1450. if (!c.constants.is_empty()) {
  1451. _write_string(f, 1, "<constants>");
  1452. for (int i = 0; i < c.constants.size(); i++) {
  1453. const DocData::ConstantDoc &k = c.constants[i];
  1454. String additional_attributes;
  1455. if (c.constants[i].is_deprecated) {
  1456. additional_attributes += " deprecated=\"" + c.constants[i].deprecated_message.xml_escape(true) + "\"";
  1457. }
  1458. if (c.constants[i].is_experimental) {
  1459. additional_attributes += " experimental=\"" + c.constants[i].experimental_message.xml_escape(true) + "\"";
  1460. }
  1461. if (!c.constants[i].keywords.is_empty()) {
  1462. additional_attributes += String(" keywords=\"") + c.constants[i].keywords.xml_escape(true) + "\"";
  1463. }
  1464. if (k.is_value_valid) {
  1465. if (!k.enumeration.is_empty()) {
  1466. if (k.is_bitfield) {
  1467. _write_string(f, 2, "<constant name=\"" + k.name.xml_escape(true) + "\" value=\"" + k.value.xml_escape(true) + "\" enum=\"" + k.enumeration.xml_escape(true) + "\" is_bitfield=\"true\"" + additional_attributes + ">");
  1468. } else {
  1469. _write_string(f, 2, "<constant name=\"" + k.name.xml_escape(true) + "\" value=\"" + k.value.xml_escape(true) + "\" enum=\"" + k.enumeration.xml_escape(true) + "\"" + additional_attributes + ">");
  1470. }
  1471. } else {
  1472. _write_string(f, 2, "<constant name=\"" + k.name.xml_escape(true) + "\" value=\"" + k.value.xml_escape(true) + "\"" + additional_attributes + ">");
  1473. }
  1474. } else {
  1475. if (!k.enumeration.is_empty()) {
  1476. _write_string(f, 2, "<constant name=\"" + k.name.xml_escape(true) + "\" value=\"platform-dependent\" enum=\"" + k.enumeration.xml_escape(true) + "\"" + additional_attributes + ">");
  1477. } else {
  1478. _write_string(f, 2, "<constant name=\"" + k.name.xml_escape(true) + "\" value=\"platform-dependent\"" + additional_attributes + ">");
  1479. }
  1480. }
  1481. _write_string(f, 3, _translate_doc_string(k.description).strip_edges().xml_escape());
  1482. _write_string(f, 2, "</constant>");
  1483. }
  1484. _write_string(f, 1, "</constants>");
  1485. }
  1486. _write_method_doc(f, "annotation", c.annotations);
  1487. if (!c.theme_properties.is_empty()) {
  1488. _write_string(f, 1, "<theme_items>");
  1489. for (int i = 0; i < c.theme_properties.size(); i++) {
  1490. const DocData::ThemeItemDoc &ti = c.theme_properties[i];
  1491. String additional_attributes;
  1492. if (!ti.default_value.is_empty()) {
  1493. additional_attributes += String(" default=\"") + ti.default_value.xml_escape(true) + "\"";
  1494. }
  1495. if (ti.is_deprecated) {
  1496. additional_attributes += " deprecated=\"" + ti.deprecated_message.xml_escape(true) + "\"";
  1497. }
  1498. if (ti.is_experimental) {
  1499. additional_attributes += " experimental=\"" + ti.experimental_message.xml_escape(true) + "\"";
  1500. }
  1501. if (!ti.keywords.is_empty()) {
  1502. additional_attributes += String(" keywords=\"") + ti.keywords.xml_escape(true) + "\"";
  1503. }
  1504. _write_string(f, 2, "<theme_item name=\"" + ti.name.xml_escape(true) + "\" data_type=\"" + ti.data_type.xml_escape(true) + "\" type=\"" + ti.type.xml_escape(true) + "\"" + additional_attributes + ">");
  1505. _write_string(f, 3, _translate_doc_string(ti.description).strip_edges().xml_escape());
  1506. _write_string(f, 2, "</theme_item>");
  1507. }
  1508. _write_string(f, 1, "</theme_items>");
  1509. }
  1510. _write_method_doc(f, "operator", c.operators);
  1511. _write_string(f, 0, "</class>");
  1512. }
  1513. return OK;
  1514. }
  1515. Error DocTools::load_compressed(const uint8_t *p_data, int p_compressed_size, int p_uncompressed_size) {
  1516. Vector<uint8_t> data;
  1517. data.resize(p_uncompressed_size);
  1518. int ret = Compression::decompress(data.ptrw(), p_uncompressed_size, p_data, p_compressed_size, Compression::MODE_DEFLATE);
  1519. ERR_FAIL_COND_V_MSG(ret == -1, ERR_FILE_CORRUPT, "Compressed file is corrupt.");
  1520. class_list.clear();
  1521. Ref<XMLParser> parser = memnew(XMLParser);
  1522. Error err = parser->open_buffer(data);
  1523. if (err) {
  1524. return err;
  1525. }
  1526. _load(parser);
  1527. return OK;
  1528. }
  1529. Error DocTools::load_xml(const uint8_t *p_data, int p_size) {
  1530. Ref<XMLParser> parser = memnew(XMLParser);
  1531. Error err = parser->_open_buffer(p_data, p_size);
  1532. if (err) {
  1533. return err;
  1534. }
  1535. _load(parser);
  1536. return OK;
  1537. }