Skip to content

Commit

Permalink
Merge pull request #244 from q4a/xd_dev
Browse files Browse the repository at this point in the history
add doxygen by Zegeri and other stuff
  • Loading branch information
q4a committed Oct 7, 2018
2 parents 2135e18 + 8e95702 commit 920b85e
Show file tree
Hide file tree
Showing 6 changed files with 2,505 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
!.travis.yml

# exclude binaries and temporary files
bin/
bin_plugs/
bin*/
intermediate/
intermediate_plugs/
lib/
*.aps
*.user
*.PVS-Studio.*

# exclude doxygen output
doc/doxygen/html/*
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "Externals/luabind"]
path = Externals/luabind
url = https://github.com/OpenXRay/luabind-deboostified.git
url = https://github.com/OpenXRay/luabind-deboostified.git
[submodule "Externals/GameSpy"]
path = Externals/GameSpy
url = https://github.com/nitrocaster/GameSpy.git
Expand Down
Loading

0 comments on commit 920b85e

Please sign in to comment.