summaryrefslogtreecommitdiff
path: root/source/slang/diagnostics.h
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-01-22 16:15:15 -0500
committerGitHub <noreply@github.com>2019-01-22 16:15:15 -0500
commita005007c2e9132788c92aa5a9c5fed2cb90f7841 (patch)
treee91c13298980e02eeae4b11ba58fbc33d346de33 /source/slang/diagnostics.h
parentbd815f02d846a50e16dab67e6512db2a6215c41f (diff)
* Fix comment on VerbosePath flag (#790)
* Only output a 'verbose path' if it's different from the already output nominal path
Diffstat (limited to 'source/slang/diagnostics.h')
-rw-r--r--source/slang/diagnostics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/diagnostics.h b/source/slang/diagnostics.h
index fed492bc7..e3aba32e6 100644
--- a/source/slang/diagnostics.h
+++ b/source/slang/diagnostics.h
@@ -145,7 +145,7 @@ namespace Slang
{
enum Enum: uint32_t
{
- VerbosePath = 0x1, ///< Will try and display a
+ VerbosePath = 0x1, ///< Will display a more verbose path (if available) - such as a canonical or absolute path
};
};
typedef uint32_t Flags;