ladybird/Userland/Libraries/LibManual/Path.h
kleines Filmröllchen a438c4d568 Help+LibManual: Move all manpage path handling to LibManual
This way, we'll have an easier time changing these paths.
2022-12-11 16:05:23 +00:00

18 lines
275 B
C++

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