-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gerard Hickey <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[project] | ||
# Project name that is displayed on the top bar of each page | ||
name = MeshChat | ||
# HTML title that is appended to every page. If not defined, name is used. | ||
title = MeshChat | ||
# 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 = /data/src/data/www/cgi-bin/meshchat* | ||
#files = /data/src/data/www/cgi-bin/meshchat.lua /data/src/data/www/cgi-bin/meshchatlib.lua | ||
# The directory containing the rendered output files, which will be created | ||
# if necessary. | ||
outdir = /data/doc | ||
# 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 = false | ||
# Character encoding for input files, which defaults to the current system | ||
# locale. Output files are always utf8. | ||
encoding = utf8 |