Lines Matching refs:doc
74 set doc=
108 if /i "%1"=="test-doc" set test_args=%test_args% %CI_DOC%&set doc=1&&set lint_js=1&set lint_md=1&goto arg-ok
154 if /i "%1"=="doc" set doc=1&goto arg-ok
581 REM only install if building doc OR testing doctool OR building addons
582 if not defined doc if not defined build_addons (
586 if exist "tools\doc\node_modules\unified\package.json" goto skip-install-doctools
588 cd tools\doc
597 :build-doc
599 if not defined doc goto run
604 mkdir %config%\doc
605 robocopy /e doc\api %config%\doc\api
606 robocopy /e doc\api_assets %config%\doc\api\assets
608 for %%F in (%config%\doc\api\*.md) do (
609 %node_exe% tools\doc\generate.mjs --node-version=v%FULLVERSION% %%F --output-directory=%%~dF%%~pF
626 "%node_exe%" tools\doc\addon-verify.mjs
734 %node_exe% tools\node_modules\eslint\bin\eslint.js --cache --max-warnings=0 --report-unused-disable-directives --rule "linebreak-style: 0" .eslintrc.js benchmark doc lib test tools
752 for /D %%D IN (doc\*) do (
766 for /D %%D IN (doc\*) do (
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]