Skip to content

Commit e115efc

Browse files
authored
Doc - Escape doxygen wrongly detected command \file
1 parent 8c6d856 commit e115efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokan/dokan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ extern "C" {
109109
/**
110110
* Enable Case sensitive path.
111111
* By default all path are case insensitive.
112-
* For case sensitive: \dir\File & \diR\file are different files
112+
* For case sensitive: \dir\File & \diR\\file are different files
113113
* but for case insensitive they are the same.
114114
*/
115115
#define DOKAN_OPTION_CASE_SENSITIVE (1 << 9)

0 commit comments

Comments
 (0)