mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-17 11:10:21 +00:00
0cd725d000
* Automate Function-by-Name and Function-by-Category Docs Examining whether it is possible to analyze the 2 Php scripts in the bin directory even though they lack a .php extension, I found that the docs generated by `generate-document` had not been updated in over a year even though support for a number of functions (e.g. ARRAYTOTEXT) had long ago been implemented. The files generated by the other script `generate-locales` are automatically generated as part of the unit test suite, and I can't see any reason not to do the same for `generate-document`. It isn't totally clear that the 2 scripts in bin are needed any more now that each has an equivalent in the unit test suite. For now, I'm keeping them, and allowing them to be analyzed by phpcs, php-cs-fixer, and phpstan. * Reflection Not Required Remove it from bin scripts and DocumentGeneratorTest. * Better Html/Css Display for Function Lists * Redesign Features Cross Reference Doc It was inaccurate, and pretty much impossible to read in entirety. This version should be easier to read, and to correct. That's important, because there are almost certainly new inaccuracies in this version. * Add Html to Features Cross-Reference Readers