Path.h 275 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2022, the SerenityOS developers.
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. #include <AK/LexicalPath.h>
  8. namespace Manual {
  9. extern LexicalPath const manual_base_path;
  10. constexpr StringView const top_level_section_prefix = "man"sv;
  11. }