Skip to content

Commit

Permalink
Doc - Escape doxygen wrongly detected command \file
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna authored Mar 13, 2023
1 parent 8c6d856 commit e115efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokan/dokan.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extern "C" {
/**
* Enable Case sensitive path.
* By default all path are case insensitive.
* For case sensitive: \dir\File & \diR\file are different files
* For case sensitive: \dir\File & \diR\\file are different files
* but for case insensitive they are the same.
*/
#define DOKAN_OPTION_CASE_SENSITIVE (1 << 9)
Expand Down

0 comments on commit e115efc

Please sign in to comment.