Lines Matching +full:doxyfile +full:- +full:path
9 # http://www.apache.org/licenses/LICENSE-2.0
25 ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "../.."))
31 "-o", "--output", default="details", choices=["list", "details"]
33 argp.add_argument("-s", "--skips", default=0, action="store_const", const=1)
34 argp.add_argument("-a", "--ancient", default=0, action="store_const", const=1)
35 argp.add_argument("--precommit", action="store_true")
36 argp.add_argument("--fix", action="store_true")
74 # For example, for javascript multi-line comments, the header will be '/*', the
115 "tools/doxygen/Doxyfile.php",
125 # Designer-generated source
147 r"Copyright (?P<first_year>[0-9]+\-)?(?P<last_year>[0-9]+) ([Tt]he )?gRPC"
220 "git status -z | grep -Poz '(?<=^[MARC][MARCD ] )[^\s]+'"
224 "git ls-tree -r --name-only -r HEAD | "
225 "grep -v ^third_party/ |"
226 'grep -v "\(ares_config.h\|ares_build.h\)"'
305 ext = os.path.splitext(filename)[1]
306 base = os.path.basename(filename)
333 "copyright missing or does not use cpp-style copyright header",
337 # Attempt fix: search for c-style copyright header and replace it
338 # with cpp-style copyright header. If that doesn't work
339 # (e.g. missing copyright header), write cpp-style copyright header.
355 print(" tools/distrib/check_copyright.py --fix")