From de95fa812930b7a9153585458aed2ee4db197c32 Mon Sep 17 00:00:00 2001 From: Ales Tsurko Date: Thu, 5 Nov 2020 21:26:01 +0300 Subject: [PATCH] Update --- docs/data.js | 2 +- docs/index.html | 2 +- io/Docio/DocsExtractor.io | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data.js b/docs/data.js index 900342e..b133dc9 100644 --- a/docs/data.js +++ b/docs/data.js @@ -1 +1 @@ -data = JSON.stringify({"DocsParser":{"category":"

API<\/p>","slots":{"docsMap":"

The map generated after parse process.<\/p>","parse":"

Parses docs.txt<\/code> generated by [DocsExtractor] and fills up the docsMap<\/code>.<\/p>"}},"PageGenerator":{"category":"

API<\/p>","slots":{"generatePrototypesPages":"

Generates a page for each of the prototype of the given map.\nThis method creates a page for each object from the prototype_template.html.<\/p>","init":"","generateSite":"","generateMainPage":"

Generates the index.html<\/code> from the main_template.html<\/code>.<\/p>"},"description":"

Generates documentation pages.<\/p>"},"Docio":{"category":"

API<\/p>","slots":{"categories":"

DocsParser docsMap<\/code> sorted by categories.<\/p>","outputPath":"

Path to the docs<\/code> in the destination package's directory.<\/p>","PageGenerator":"

PageGenerator<\/a><\/p>","generateSite":"

Use this only after you did parsing.<\/p>","packageName":"","extractDocs":"

Generates docs.txt<\/code> using DocsExtractor<\/a>.<\/p>","templatePath":"","DocsParser":"

DocsParser<\/a><\/p>","openDocsForPackageWithName(packageName)":"","packagePath":"","copyTemplate(templateDir)":"","getDocsTxt":"","generateDocs":"

Generates documentation for the package at packagePath<\/code>.<\/p>","printDocFor(query)":"

Prints documentation for the given query<\/code>.<\/p>\n\n

The method will try to extract the documentation from the doc<\/code> comments,\nif the docs\/docs.txt<\/code> doesn't exist in the package's directory.<\/p>\n\n

Examples of query:\n\n\"ProtoName\"\n\"ProtoName slotName\"\n\"AddonName ProtoName slotName\"\n<\/code><\/p>","packageInfo":"

Returns package.json as an instance of Map.<\/p>"}}}); \ No newline at end of file +data = JSON.stringify({"Docio":{"category":"

API<\/p>","slots":{"packageName":"","generateSite":"

Use this only after you did parsing.<\/p>","PageGenerator":"

PageGenerator<\/a><\/p>","openDocsForPackageWithName(packageName)":"","outputPath":"

Path to the docs<\/code> in the destination package's directory.<\/p>","copyTemplate(templateDir)":"","generateDocs":"

Generates documentation for the package at packagePath<\/code>.<\/p>","packagePath":"","DocsParser":"

DocsParser<\/a><\/p>","getDocsTxt":"","printDocFor(query)":"

Prints documentation for the given query<\/code>.<\/p>\n\n

The method will try to extract the documentation from the doc<\/code> comments,\nif the docs\/docs.txt<\/code> doesn't exist in the package's directory.<\/p>\n\n

Examples of query:\n\n\"ProtoName\"\n\"ProtoName slotName\"\n\"AddonName ProtoName slotName\"\n<\/code><\/p>","extractDocs":"

Generates docs.txt<\/code> using DocsExtractor<\/a>.<\/p>","packageInfo":"

Returns package.json as an instance of Map.<\/p>","templatePath":"","categories":"

DocsParser docsMap<\/code> sorted by categories.<\/p>"}},"DocsParser":{"category":"

API<\/p>","slots":{"docsMap":"

The map generated after parse process.<\/p>","parse":"

Parses docs.txt<\/code> generated by [DocsExtractor] and fills up the docsMap<\/code>.<\/p>"}},"PageGenerator":{"category":"

API<\/p>","slots":{"generatePrototypesPages":"

Generates a page for each of the prototype of the given map.\nThis method creates a page for each object from the prototype_template.html.<\/p>","generateSite":"","init":"","generateMainPage":"

Generates the index.html<\/code> from the main_template.html<\/code>.<\/p>"},"description":"

Generates documentation pages.<\/p>"}}); \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 0c122f8..eb96891 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,7 +53,7 @@

diff --git a/io/Docio/DocsExtractor.io b/io/Docio/DocsExtractor.io index 7847d80..7afc7e0 100644 --- a/io/Docio/DocsExtractor.io +++ b/io/Docio/DocsExtractor.io @@ -35,7 +35,7 @@ DocsExtractor := Object clone do ( extract := method( self outFile remove open - + self files foreach(file, file docSlices foreach(d, docString := removeIndentInDocString(d)