Skip to content

Commit

Permalink
docs: generating Doxygen locally and new Sourceforge URL
Browse files Browse the repository at this point in the history
The documentation for getting game data was slightly out of date so this
commit updates the new process for getting a snapshot.

As the online version of Doxygen code docs does not seem to be online,
instructions have been added for generating the docs locally. Doxyfile
was also updated using Doxygen's automated update: `doxygen -u`.

Added the doxygen folder to *.gitignore*. I am not sure if this breaks
any pipelines used by the project.
  • Loading branch information
Matthew Cantelon committed Apr 8, 2019
1 parent 7cb8c00 commit 12947ff
Show file tree
Hide file tree
Showing 4 changed files with 1,790 additions and 951 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.dll
*.exe
*.out
*.swp
*.bak
.DS_Store
.sconf_temp/
.sconsign.dblite
Expand All @@ -11,6 +13,7 @@ obj
build
data
vdrift
doxygen
vdrift-mac
vdrift-win
vdrift.cfg
Expand Down
Loading

0 comments on commit 12947ff

Please sign in to comment.