I am looking at the source code of jQuery in subversion . What I would like to know is how jQuery docuemtation is generated since I do not see any documentation in the source code. Unlike Java/Ruby there is no documentation done when a method is defined. So where is the repository for the jQuery documentation in the svn ?
I personally use this site to browse the jQuery methods.
Please note that my question is not about how to get documentation. I am curious about how the documentation is generated and where is the repository for that.
I would like to embed the documentation in a fun personal project and hence the question.