|
@@ -3244,9 +3244,9 @@ macro _DOCS_YFM_USE_PLANTUML() {
|
|
### When built directly, via RECURSE, DEPENDS or BUNDLE the output artifact is docs.tar.gz with statically generated site (using mkdocs as builder).
|
|
### When built directly, via RECURSE, DEPENDS or BUNDLE the output artifact is docs.tar.gz with statically generated site (using mkdocs as builder).
|
|
### When PEERDIRed from other DOCS() module behaves like a UNION (supplying own content and dependencies to build target).
|
|
### When PEERDIRed from other DOCS() module behaves like a UNION (supplying own content and dependencies to build target).
|
|
### Peerdirs from modules other than DOCS are not accepted.
|
|
### Peerdirs from modules other than DOCS are not accepted.
|
|
-### Most usual macros are not accepted, only used with the macros DOCS_DIR(), DOCS_CONFIG(), DOCS_VARS(), DOCS_BUILDER().
|
|
|
|
|
|
+### Most usual macros are not accepted, only used with the macros DOCS_DIR(), DOCS_CONFIG(), DOCS_VARS(), DOCS_BUILDER().
|
|
###
|
|
###
|
|
-### @see: [DOCS_DIR()](#macro_DOCS_DIR), [DOCS_CONFIG()](#macro_DOCS_CONFIG), [DOCS_VARS()](#macro_DOCS_VARS), [DOCS_BUILDER()](#macro_DOCS_BUILDER).
|
|
|
|
|
|
+### @see: [DOCS_DIR()](#macro_DOCS_DIR), [DOCS_CONFIG()](#macro_DOCS_CONFIG), [DOCS_VARS()](#macro_DOCS_VARS), [DOCS_BUILDER()](#macro_DOCS_BUILDER).
|
|
multimodule DOCS {
|
|
multimodule DOCS {
|
|
module DOCSBOOK: _DOCS_BASE_UNIT {
|
|
module DOCSBOOK: _DOCS_BASE_UNIT {
|
|
.CMD=_DOCS_BOOK_CMD
|
|
.CMD=_DOCS_BOOK_CMD
|
|
@@ -3299,16 +3299,16 @@ macro USE_PLANTUML() {
|
|
|
|
|
|
# tag:docs
|
|
# tag:docs
|
|
DOCSBUILDER=yfm
|
|
DOCSBUILDER=yfm
|
|
-### @usage: DOCS_BUILDER(tool)
|
|
|
|
-###
|
|
|
|
-### Specify docs builder tool.
|
|
|
|
|
|
+### @usage: DOCS_BUILDER(tool)
|
|
|
|
+###
|
|
|
|
+### Specify docs builder tool.
|
|
### Avalialbe tools: mkdocs and yfm (by default).
|
|
### Avalialbe tools: mkdocs and yfm (by default).
|
|
-###
|
|
|
|
-### @see: [DOCS](#multimodule_DOCS)
|
|
|
|
-macro DOCS_BUILDER(DocsTool) {
|
|
|
|
|
|
+###
|
|
|
|
+### @see: [DOCS](#multimodule_DOCS)
|
|
|
|
+macro DOCS_BUILDER(DocsTool) {
|
|
SET(_DOCS_BUILDER_VALUE $DocsTool)
|
|
SET(_DOCS_BUILDER_VALUE $DocsTool)
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
# tag:docs
|
|
# tag:docs
|
|
### @usage: DOCS_DIR(path)
|
|
### @usage: DOCS_DIR(path)
|
|
###
|
|
###
|