Skip to content

Commit 12947ff

Browse files
author
Matthew Cantelon
committedApr 8, 2019
docs: generating Doxygen locally and new Sourceforge URL
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.
1 parent 7cb8c00 commit 12947ff

4 files changed

+1790
-951
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*.dll
33
*.exe
44
*.out
5+
*.swp
6+
*.bak
57
.DS_Store
68
.sconf_temp/
79
.sconsign.dblite
@@ -11,6 +13,7 @@ obj
1113
build
1214
data
1315
vdrift
16+
doxygen
1417
vdrift-mac
1518
vdrift-win
1619
vdrift.cfg

0 commit comments

Comments
 (0)