Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.49 KB

Source_code_documentation.md

File metadata and controls

38 lines (26 loc) · 1.49 KB

Doxygen documentation is available for VDrift. Currently only the Subversion trunk is available. It is generated daily from the latest version of the Development version.

Other versions

Doxygen output for the last release will be added soon. When new releases are made, documentation will be made available with the release.

Generate Locally

  1. Install doxygen
  2. Set the VDRIFT_ROOT environment variable to the directory of your project. Do not use a trailing slash.
    # on Linux
    export VDRIFT_ROOT=/home/yourname/vdrift
  3. Run doxygen -s to generate docs.

Read Online

You can find Doxygen for VDrift trunk at the following URL: http://vdrift.net/doxygen/trunk/

Download

Downloadable PDF and Zip archives of the HTML version for offline browsing will be available soon.

Help improve documentation

If you are writing new code for VDrift, it would help to write comments using a format Doxygen can take advantage of. Here are a few handy links describing how to do that:

Category:Development