Lines Matching +full:resolve +full:- +full:cwd
7 # https://www.apache.org/licenses/LICENSE-2.0
24 def _parse_args() -> argparse.Namespace:
27 '--gn-root',
33 '--pigweed-modules-file',
39 '--output-dir',
45 '--doxygen-config',
51 '--include-paths',
64 ) -> None:
65 root_build_dir = Path.cwd()
69 str((gn_root / path).resolve())
76 str((root_build_dir / path).resolve()) for path in include_paths
80 env['PW_DOXYGEN_OUTPUT_DIRECTORY'] = str(output_dir.resolve())
88 command = ['doxygen', str(doxygen_config.resolve())]