Skip to content

Commit 7d03807

Browse files
committed
flat_jagged_vector comments refinment
1 parent fe794da commit 7d03807

4 files changed

Lines changed: 458 additions & 360 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ TAGS ?= dev
44
.PHONY: docs serve-docs clean-docs clean doxy clean-doxy
55

66
# Example usage: `make docs TAGS="v2.0.0 latest --update-aliases"`
7-
# uv run python scripts/gen_concept_docs.py --config docs/concepts_cfg.json --xml documentation/xml --out docs/cpp-gl
87
docs:
98
@echo "==> Deploying MkDocs documentation locally via mike (Tags: $(TAGS))..."
109
doxygen Doxyfile
10+
uv run python scripts/gen_concept_docs.py --config docs/concepts_cfg.json --xml documentation/xml --out docs/cpp-gl
1111
uv run mike deploy $(TAGS)
1212
@echo "==> Documentation deployed to local gh-pages branch."
1313

include/gl/graph.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct to_impl;
7777
///
7878
/// ### Mathematics
7979
/// Inline math: \f$V = E - F + 2\f$
80-
/// Big-O: \f$\mathcal{O}(|V| + |E|)\f$
80+
/// Big-O: \f$O(|V| + |E|)\f$
8181
///
8282
/// Display math:
8383
///

0 commit comments

Comments
 (0)