CodeIgniter Forums
API docs - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Roadmap (https://forum.codeigniter.com/forumdisplay.php?fid=33)
+--- Thread: API docs (/showthread.php?tid=73040)



API docs - jlp - 03-12-2019

The CodeIgniter 4 API docs are now online, at https://codeigniter4.github.io/api/

We are using phpDocumentor to generate them, from the documentation blocks in the "system" folder code. Changes should be proposed in the main repo, not in the "api" one. We use an admin script to automate their deployment.

There are a number of errors reported, and the docs don't appear to be complete yet. Please bear with as those are rectified - consider the API docs a work-in-progress for the time being.


RE: API docs - InsiteFX - 03-13-2019

Thank you.