How to write coding documentation

I noticed that many of the codeigniter libraries available use the same documentation style that the main user guide uses (e.g. ion_auth http://benedmunds.com/ion_auth/ ). Is there some automated way to create this from source code comments, or are people just using cut and paste?

+4
source share
1 answer

In fact, they have information in the user guide for writing CI documentation:

+7
source

All Articles