Убраны лишние комментарии

This commit is contained in:
2026-02-25 22:46:45 +03:00
parent 317ebb958b
commit 65ca468bfb
19 changed files with 41 additions and 52 deletions

View File

@@ -4,5 +4,5 @@ const DrawContext = pipeline.DrawContext;
const Object = Document.Object;
/// Рисует дугу (заглушка: пока не реализовано).
/// Дуга (не реализовано).
pub fn draw(_: *DrawContext, _: *const Object) void {}