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.rst" => "Documentation/Configure.help",
16 "drivers/vhost/vhost.c" => "Documentation/virtual/lguest/lguest.c",
50 open IN, "git grep ':doc:\`' Documentation/|"
67 $f =~ s,^/,Documentation/,;
83 open IN, "git grep 'Documentation/'|"
100 # Ignore the dir where documentation will be built
101 next if ($ln =~ m,\b(\S*)Documentation/output,);
103 if ($ln =~ m,\b(\S*)(Documentation/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
110 # /usr/src/linux/Documentation/DMA-{API,mapping}.txt
115 # Documentation/devicetree/dt-object-internal.txt[1]
135 next if ($fulref =~ m,^Documentation/scheduler/sched-pelt$,);
137 # Discard some build examples from Documentation/target/tcm_mod_builder.rst
138 next if ($fulref =~ m,mnt/sdb/lio-core-2.6.git/Documentation/target,);
143 # Accept relative Documentation patches for tools/
178 $basedir = $1 if ($ref =~ m,(Documentation/translations/[^/]+),);
197 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);