rainyan/SourceMod Cvar Docs

Automatic Markdown documentation for SourceMod plugin ConVars.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cwdCurrent working directory.${{ github.workspace }}
code_patternsRegEx pattern for code files to match.^.*\.(sp|inc|SP|INC)$
doc_patternsRegEx pattern for documentation files to match.^[Rr][Ee][Aa][Dd][Mm][Ee]\.[Mm][Dd]$
header_patternsRegEx pattern for documentation headers to match for the location of the cvar docs placeholder.([Cc]vars|[Cc]on[Vv]ars|[Cc]onsole [Vv]ariables)
dry_runWhether to print the output to stdout instead of writing to file.false
encodingEncoding to use for file read/write operations.utf-8
format_filenameFormatting for the code file name, with placeholder $a. This is skipped if parsing one single code file.### !a!\n
format_cvarnameFormatting for the cvar name, with placeholder $a.* !a!\n
format_cvarpropFormatting for the cvar property, with placeholder $a (property name), and $b (property default value). * !a!: `!b!`\n

no outputs