/** * @file documentation.cpp * @brief Documentation loading source: declares the reference's pages * * This file carries no code. It declares what the generated reference * contains and in what order, so the structure of the documentation * lives in a source file of its own rather than in the build * configuration. * * Each entry in the main page names a document by its page label, * declared on the first heading of the corresponding markdown file in * docs/. * * @copyright Copyright (c) 2026 SILO GROUP LLC * @author Chris Punches * * Part of the Dark Horse Linux Package Manager (DPM) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ /** * @mainpage DPM * * Dark Horse Linux Package Manager: libdpm-core.so, the dpm binary, and * the modules that implement package functionality. * * The documents below carry the project's prose. The API and internals * reference extracted from the source follows them. * * @subpage overview * * @subpage design * * @subpage consumers * * @subpage modules * * @subpage build * * @subpage documentation */