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/'|"
103 # Ignore the dir where documentation will be built
104 next if ($ln =~ m,\b(\S*)Documentation/output,);
106 if ($ln =~ m,\b(\S*)(Documentation/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
113 # /usr/src/linux/Documentation/DMA-{API,mapping}.txt
118 # Documentation/devicetree/dt-object-internal.txt[1]
138 next if ($fulref =~ m,^Documentation/scheduler/sched-pelt$,);
140 # Discard some build examples from Documentation/target/tcm_mod_builder.rst
141 next if ($fulref =~ m,mnt/sdb/lio-core-2.6.git/Documentation/target,);
146 # Accept relative Documentation patches for tools/
182 $basedir = $1 if ($ref =~ m,(Documentation/translations/[^/]+),);
201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
205 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);