Searched refs:doc (Results 1 - 12 of 12) sorted by relevance

/u-boot/doc/
H A Dconf.py409 doc = os.path.join(fn, "index") variable
410 if os.path.exists(doc + ".rst"):
413 if l[0] == doc:
417 latex_documents.append((doc, fn + '.tex',
564 # kernel-doc extension configuration for running Sphinx directly (e.g. by Read
567 kerneldoc_bin = '../scripts/kernel-doc'
H A DMakefile11 _SPHINXDIRS = $(patsubst $(srctree)/doc/%/conf.py,%,$(wildcard $(srctree)/doc/*/conf.py))
37 KERNELDOC = $(srctree)/scripts/kernel-doc
52 # e.g. "media" for the linux-tv book-set at ./doc/media
55 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media $2 && \
115 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media clean
136 @echo ' Default location for the generated documents is doc/output'
/u-boot/doc/media/
H A DMakefile3 SRC_DIR=$(srctree)/doc/media
4 PARSER = $(srctree)/doc/sphinx/parse-headers.pl
/u-boot/doc/sphinx/
H A Dkernel_feat.py89 doc = self.state.document
90 if not doc.settings.file_insertion_enabled:
93 env = doc.settings.env
94 cwd = path.dirname(doc.current_source)
H A Dkernel_abi.py87 doc = self.state.document
88 if not doc.settings.file_insertion_enabled:
91 env = doc.settings.env
92 cwd = path.dirname(doc.current_source)
H A Dkerneldoc.py47 """Extract kernel-doc comments from the specified file"""
51 'doc': directives.unchanged_required,
64 # Pass the version string to kernel-doc, as it needs to use a different
88 elif 'doc' in self.options:
89 cmd += ['-function', str(self.options.get('doc'))]
96 cmd += ['-no-doc-sections']
113 'calling kernel-doc \'%s\'' % (" ".join(cmd)))
124 'kernel-doc \'%s\' failed with return code %d' % (" ".join(cmd), p.returncode))
125 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
141 doc
[all...]
H A Dparse-headers.pl385 Please read Documentation/doc-guide/parse-headers.rst at the Kernel's
/u-boot/scripts/
H A Ddocumentation-file-ref-check4 # Treewide grep for references to files under doc, and report
48 open IN, "git grep ':doc:\`' doc/|"
51 next if (!m,^([^:]+):.*\:doc\:\`([^\`]+)\`,);
66 print STDERR "\nWARNING: Currently, can't fix broken :doc:`` fields\n";
70 print STDERR "$f: :doc:`$doc_ref`\n";
74 open IN, "git grep 'doc/'|"
92 next if ($ln =~ m,\b(\S*)doc/output,);
94 if ($ln =~ m,\b(\S*)(doc/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
101 # /usr/src/linux/doc/DM
[all...]
H A Dkernel-doc52 Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
63 If not specified, kernel-doc will auto-detect using
80 -no-doc-sections Do not output DOC: sections.
295 OUTPUT_ALL => 0, # output all symbols and doc sections
363 STATE_INLINE => 7, # gathering doc outside main block
377 # proper kernel-doc and ignore the rest.
461 } elsif ($cmd eq 'no-doc-sections') {
825 # starts by putting out the name of the doc section itself, but that tends
1805 # functions don't have a 'Return' doc sectio
[all...]
/u-boot/doc/imx/habv4/csf_examples/mx8m/
H A Dcsf.sh21 cp doc/imx/habv4/csf_examples/mx8m/csf_spl.txt csf_spl.tmp
22 cp doc/imx/habv4/csf_examples/mx8m/csf_fit.txt csf_fit.tmp
/u-boot/dts/upstream/Bindings/
H A DMakefile2 DT_DOC_CHECKER ?= dt-doc-validate
/u-boot/
H A DMakefile200 # See the file "doc/sparse.txt" for more details, including
1117 echo >&2 "See doc/develop/driver-model/migration.rst for more info."; \
1140 @echo >&2 "See doc/develop/devicetree/control.rst for more info."
2208 .tmp_objdiff doc/output include/asm
2275 # See doc/develop/python_cq.rst
2385 @$(MAKE) -f $(srctree)/doc/Makefile dochelp
2420 $(Q)$(MAKE) $(build)=doc $@

Completed in 157 milliseconds