diff --git a/docs/configuration.html b/docs/configuration.html index 7c44693..35e6ef7 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -563,7 +563,7 @@

Configuration If you wan't to turn fundoc on few lines below just add this comment: fundoc-enable.

In case when you don't write the enable-comment all text from disable comment until the end of the file will be ignored -[~]

+[~]

diff --git a/docs/index.html b/docs/index.html index 7c44693..35e6ef7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -563,7 +563,7 @@

Configuration If you wan't to turn fundoc on few lines below just add this comment: fundoc-enable.

In case when you don't write the enable-comment all text from disable comment until the end of the file will be ignored -[~]

+[~]

diff --git a/docs/print.html b/docs/print.html index 30cb63d..e29a587 100644 --- a/docs/print.html +++ b/docs/print.html @@ -564,7 +564,7 @@

Configuration If you wan't to turn fundoc on few lines below just add this comment: fundoc-enable.

In case when you don't write the enable-comment all text from disable comment until the end of the file will be ignored -[~]

+[~]

Syntax

@Article <Article name> is for marking documentation sections to tell in which article this section should be merged. You can use markdown syntax in documentation sections.

@@ -577,7 +577,7 @@

Configuration * Some text */ fn main() {} -

[~]

+

[~]

@FileArticle allows you to mark a whole file is a source of documentation for a specified article.

Example:

@@ -613,7 +613,7 @@

Configuration * This comment will be ignored. */ fn parse_files() {} -

[~]

+

[~]

@CodeBlockStart <Programming Language> and @CodeBlockEnd allow to include code from a current file as an example.

Example:

@@ -629,9 +629,9 @@

Configuration * @CodeBlockEnd */ } -

[~]

+

[~]

@Ignore is for ignoring a marked documentation section. -[~]

+[~]

diff --git a/docs/syntax.html b/docs/syntax.html index 16e2808..d58a9ee 100644 --- a/docs/syntax.html +++ b/docs/syntax.html @@ -156,7 +156,7 @@

Syntax

* Some text */ fn main() {} -

[~]

+

[~]

@FileArticle allows you to mark a whole file is a source of documentation for a specified article.

Example:

@@ -192,7 +192,7 @@

Syntax

* This comment will be ignored. */ fn parse_files() {} -

[~]

+

[~]

@CodeBlockStart <Programming Language> and @CodeBlockEnd allow to include code from a current file as an example.

Example:

@@ -208,9 +208,9 @@

Syntax

* @CodeBlockEnd */ } -

[~]

+

[~]

@Ignore is for ignoring a marked documentation section. -[~]

+[~]