Lines Matching full:documentation
4 # Treewide grep for references to files under Documentation, and report
12 # to mention a past documentation file, for example, to give credits for
15 "Documentation/scsi/scsi_mid_low_api.txt" => "Documentation/Configure.help",
16 "drivers/vhost/vhost.c" => "Documentation/virtual/lguest/lguest.c",
50 open IN, "git grep ':doc:\`' Documentation/|"
76 open IN, "git grep 'Documentation/'|"
93 # Ignore the dir where documentation will be built
94 next if ($ln =~ m,\b(\S*)Documentation/output,);
96 if ($ln =~ m,\b(\S*)(Documentation/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
103 # /usr/src/linux/Documentation/DMA-{API,mapping}.txt
108 # Documentation/devicetree/dt-object-internal.txt[1]
128 next if ($fulref =~ m,^Documentation/scheduler/sched-pelt$,);
130 # Discard some build examples from Documentation/target/tcm_mod_builder.rst
131 next if ($fulref =~ m,mnt/sdb/lio-core-2.6.git/Documentation/target,);
136 # Accept relative Documentation patches for tools/
171 $basedir = $1 if ($ref =~ m,(Documentation/translations/[^/]+),);
190 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
194 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);