Skip to content

Commit a6f3d92

Browse files
committed
file docs + mkdoxy update
1 parent 5f3a645 commit a6f3d92

6 files changed

Lines changed: 30 additions & 3 deletions

File tree

include/gl/algorithm.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// This file is part of the CPP-GL project (https://github.com/SpectraL519/cpp-gl).
33
// Licensed under the MIT License. See the LICENSE file in the project root for full license information.
44

5+
/// @file gl/algorithm.hpp
6+
/// @brief Includes all algorithm-related headers, providing a comprehensive set of graph algorithms for various graph types and configurations.
7+
58
#pragma once
69

710
// clang-format off

include/gl/io.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// This file is part of the CPP-GL project (https://github.com/SpectraL519/cpp-gl).
33
// Licensed under the MIT License. See the LICENSE file in the project root for full license information.
44

5+
/// @file gl/io.hpp
6+
/// @brief Includes all I/O-related headers for graph file operations.
7+
58
#pragma once
69

710
#include "gl/io/graph_fio.hpp"

include/gl/topology.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// This file is part of the CPP-GL project (https://github.com/SpectraL519/cpp-gl).
33
// Licensed under the MIT License. See the LICENSE file in the project root for full license information.
44

5+
/// @file gl/topology.hpp
6+
/// @brief Includes all predefined graph topology generators provided by the CPP-GL library.
7+
58
#pragma once
69

710
#include "gl/topology/binary_tree.hpp"

include/gl/types/properties.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// This file is part of the CPP-GL project (https://github.com/SpectraL519/cpp-gl).
33
// Licensed under the MIT License. See the LICENSE file in the project root for full license information.
44

5+
/// @file gl/types/properties.hpp
6+
/// @brief Defines property types and utilities for graph components.
7+
58
#pragma once
69

710
#include "gl/attributes/force_inline.hpp"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies = [
1515
]
1616

1717
[tool.uv.sources]
18-
mkdoxy = { git = "https://github.com/SpectraL519/MkDoxy.git" }
18+
mkdoxy = { path = "../../MkDoxy", editable = true }

uv.lock

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)