Newer
Older
minerva / Userland / Libraries / LibManual / Path.h
@minerva minerva on 13 Jul 275 bytes Initial commit
/*
 * 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;

}