From 891dd06997b720b2f1b7f31119bdd71336e9b692 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 15 Feb 2025 22:49:51 +0200 Subject: [PATCH] fix remaining references to cmd/tools/vdoc/doc --- cmd/tools/vdoc/document/utils.v | 2 +- cmd/tools/vtest-self.v | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/tools/vdoc/document/utils.v b/cmd/tools/vdoc/document/utils.v index fd2717746a4f2e..5f2ab22a3cc62c 100644 --- a/cmd/tools/vdoc/document/utils.v +++ b/cmd/tools/vdoc/document/utils.v @@ -107,7 +107,7 @@ pub fn merge_doc_comments(comments []DocComment) string { for key in highlight_keys { if ll.starts_with(key) { comment += '\n\n${key.title()}${l[key.len..]}' - // Workaround for compiling with `v -cstrict -cc gcc cmd/tools/vdoc/doc/doc_test.v` + // Workaround for compiling with `v -cstrict -cc gcc cmd/tools/vdoc/document/doc_test.v` // and using multiple continue `