-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major recoil changes (wrong branch...), documented properties
- Loading branch information
1 parent
9d3f1ea
commit 8279359
Showing
47 changed files
with
3,001 additions
and
1,855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[project] | ||
# Project name that is displayed on the top bar of each page | ||
name = Guns4d | The ultimate 3d gun mod. | ||
# HTML title that is appended to every page. If not defined, name is used. | ||
title = Guns4d | ||
# A list of files or directories for LuaDox to parse. Globs are supported. | ||
# This can be spread across multiple lines if you want, as long as the | ||
# other lines are indented. | ||
files = ../../*.lua | ||
../../classes/*.lua | ||
# The directory containing the rendered output files, which will be created | ||
# if necessary. | ||
outdir = ../out | ||
# Path to a custom css file that will be included on every page. This will | ||
# be copied into the outdir. | ||
# css = custom.css | ||
# Path to a custom favicon. This will be copied into the outdir. | ||
# favicon = img/favicon.png | ||
# If require()d files discovered in source should also be parsed. | ||
follow = true | ||
|
||
[manual] | ||
# Custom manual pages in the form: id = filename. | ||
# | ||
# The ids must not conflict with any class or module name otherwise references | ||
# will not properly resolve. | ||
# index = intro.md | ||
# tutorial = tut.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
::literally just so I dont have to open powershell every time. | ||
::python 3.8+ required. | ||
@echo off | ||
python ./luadox -c ./luadox.conf |
Oops, something went wrong.