From 5cec605dfde6acbdef81bbbed3eaaa88b2ac02d5 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 4 Mar 2024 13:19:18 +0000 Subject: [PATCH] fix ddox build --- src/dlangui/core/files.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlangui/core/files.d b/src/dlangui/core/files.d index 069d4ff4..8adcdbc3 100644 --- a/src/dlangui/core/files.d +++ b/src/dlangui/core/files.d @@ -502,7 +502,7 @@ RootEntry[] getBookmarkPaths() nothrow return res; } -/// returns true if directory is root directory (e.g. / or C:\) +/// returns true if directory is root directory (e.g. / or C:\\) bool isRoot(in string path) pure nothrow { string root = rootName(path); if (path.equal(root))