From ddfe854f2d816d38c88d95ab8639280e504015e4 Mon Sep 17 00:00:00 2001 From: Freddie Date: Fri, 29 May 2020 19:30:18 +0100 Subject: [PATCH] update doc --- _config.yml | 2 +- typedoc/assets/js/search.json | 2 +- typedoc/classes/kdatareader.html | 28 ++++----- typedoc/globals.html | 20 +++---- typedoc/index.html | 2 +- ...{config_options.html => configoption.html} | 58 +++++++++---------- typedoc/interfaces/eamuseinfo.html | 8 +-- typedoc/interfaces/eamusesend.html | 18 +++--- typedoc/interfaces/eamusesendoption.html | 14 ++--- typedoc/modules/_.html | 24 ++++---- typedoc/modules/db.html | 28 ++++----- typedoc/modules/io.html | 16 ++--- typedoc/modules/k.html | 24 ++++---- typedoc/modules/r.html | 18 +++--- typedoc/modules/u.html | 6 +- 15 files changed, 134 insertions(+), 134 deletions(-) rename typedoc/interfaces/{config_options.html => configoption.html} (87%) diff --git a/_config.yml b/_config.yml index 4df9e5a..31b164e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ theme: jekyll-theme-minimal -title: Asphyxia +title: Asphyxia CORE logo: /img/core-logo.png description: | -

Interface CONFIG_OPTIONS

+

Interface ConfigOption

@@ -75,7 +75,7 @@

Hierarchy

@@ -86,14 +86,14 @@

Properties

@@ -107,7 +107,7 @@
default: any
@@ -122,7 +122,7 @@
desc: string
@@ -137,7 +137,7 @@
name: string
@@ -152,7 +152,7 @@
needRestart: boolean
@@ -167,7 +167,7 @@
options: string[]
@@ -182,7 +182,7 @@
range: [number, number]
@@ -197,7 +197,7 @@
type: "string" | "integer" | "float" | "boolean"
@@ -212,7 +212,7 @@
validator: (data: string) => true | string
@@ -260,31 +260,31 @@