Browse Source

Restoring authorship annotation for <sazikov-a@yandex-team.ru>. Commit 2 of 2.

sazikov-a 3 years ago
parent
commit
74fe237f3d
2 changed files with 23 additions and 23 deletions
  1. 13 13
      build/platform/yfm/ya.make
  2. 10 10
      build/ymake.core.conf

+ 13 - 13
build/platform/yfm/ya.make

@@ -1,19 +1,19 @@
-OWNER( 
+OWNER(
     workfork
     workfork
-) 
- 
-RESOURCES_LIBRARY() 
- 
-IF(NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS AND NOT HOST_OS_DARWIN) 
-    MESSAGE(FATAL_ERROR Unsupported platform for YFM tool) 
-ENDIF() 
- 
-DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( 
-    YFM_TOOL 
+)
+
+RESOURCES_LIBRARY()
+
+IF(NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS AND NOT HOST_OS_DARWIN)
+    MESSAGE(FATAL_ERROR Unsupported platform for YFM tool)
+ENDIF()
+
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE(
+    YFM_TOOL
     sbr:2614616596 FOR DARWIN-ARM64
     sbr:2614616596 FOR DARWIN-ARM64
     sbr:2614616596 FOR DARWIN
     sbr:2614616596 FOR DARWIN
     sbr:2614615780 FOR LINUX
     sbr:2614615780 FOR LINUX
     sbr:2614617315 FOR WIN32
     sbr:2614617315 FOR WIN32
-) 
- 
+)
+
 END()
 END()

+ 10 - 10
build/ymake.core.conf

@@ -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)
 ###
 ###