I am looking at jQuery source code in subversion . I would like to know how jQuery documentation is created, since I do not see any documentation in the source code. Unlike Java / Ruby, documentation is not executed when defining a method. So where is the repository for jQuery documentation in svn?
I personally use this site to view jQuery methods.
Please note that my question is not how to get the documentation. I wonder how the documentation is created and where the repository is located.
I would like to include the documentation in an interesting personal project and, therefore, a question.
source share