Searched defs:docs (Results 1 – 15 of 15) sorted by relevance
10 AC_ARG_ENABLE([docs], [dnl optenable88 AC_ARG_ENABLE([docs], optenable
26 deps = -r requirements/docs.txt27 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
49 add_custom_target(docs ALL SOURCES "html/index.html") target
25 deps = -r requirements/docs.txt26 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
118 docs = [] variable
7 SUBDIRS = src util test docs subdir
30 option('docs', type: 'feature', value: 'auto', yield: true, feature
340 subdir('docs') subdir
89 SUBDIRS = lib docs src scripts subdir
1036 AC_ARG_ENABLE(docs, optenable
191 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
200 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs()
788 private void doDocs(ProgramElementDoc[] docs) { in doDocs()
438 const docs = inputFiles.concat(otherFiles).map(documents.TextDocument.fromTestFile); constant