Menu

TplsDoxygenSourceforge

How to add Doxygen auto-generated documentation to SourceForge

Create Doxygen auto-generated documentation

$ cd trunk/src
$ make apidoc

(for a full description, see the TPLS user doc Auto-generated documentation and Doxygen
page)

Copy the html user documentation to the TPLS SourceForge project web:

$ scp -r html SOURCEFORGEUSERNAME@web.sourceforge.net:/home/project-web/tpls/htdocs/tpls-trunk-api

In this example, the user documentation will be visible at: http://tpls.sourceforge.net/tpls-trunk-api/

To move, rename or edit the files, use the SourceForge shell service:

$ ssh -t SOURCEFORGEUSERNAME,tpls@shell.sourceforge.net create
Password:
$ cd /home/project-web/tpls/htdocs

Further information:


Related

Wiki: Home