Home
last modified time | relevance | path

Searched defs:docs (Results 1 – 15 of 15) sorted by relevance

/third_party/libexif/m4m/
Dgp-documentation.m410 AC_ARG_ENABLE([docs], [dnl optenable
88 AC_ARG_ENABLE([docs], optenable
/third_party/jinja2/
Dtox.ini26 deps = -r requirements/docs.txt
27 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
/third_party/glfw/docs/
DCMakeLists.txt49 add_custom_target(docs ALL SOURCES "html/index.html") target
/third_party/markupsafe/
Dtox.ini25 deps = -r requirements/docs.txt
26 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
Dhtmldiff118 docs = [] variable
/third_party/skia/third_party/externals/harfbuzz/
DMakefile.am7 SUBDIRS = src util test docs subdir
Dmeson_options.txt30 option('docs', type: 'feature', value: 'auto', yield: true, feature
Dmeson.build340 subdir('docs') subdir
/third_party/curl/
DMakefile.am89 SUBDIRS = lib docs src scripts subdir
Dconfigure.ac1036 AC_ARG_ENABLE(docs, optenable
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java191 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
DGatherAPIData.java200 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
DCheckTags.java289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs()
DCheckAPI.java788 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
/third_party/typescript/src/harness/
DharnessIO.ts438 const docs = inputFiles.concat(otherFiles).map(documents.TextDocument.fromTestFile); constant