Index: util/win/module_version.h |
diff --git a/util/win/module_version.h b/util/win/module_version.h |
index e7d37692bcacad6c46fecfa0fa4b5fdca539e496..be56eb9df9a2785c257b8880bee1c3a6509f4b10 100644 |
--- a/util/win/module_version.h |
+++ b/util/win/module_version.h |
@@ -25,10 +25,12 @@ namespace crashpad { |
//! dll, etc.) |
//! |
//! \param[in] path The path to the module to be inspected. |
-//! \param[out] vs_fixedfileinfo The VS_FIXEDFILEINFO on success. `dwFileFlags` |
-//! will have been masked with `dwFileFlagsMask` already. |
+//! \param[out] vs_fixedfileinfo The `VS_FIXEDFILEINFO` on success. |
+//! `dwFileFlags` will have been masked with `dwFileFlagsMask` already. |
//! |
-//! \return `true` on success, or `false` on failure with a message logged. |
+//! \return `true` on success, or `false` on failure with a message logged. If |
+//! the module has no `VERSIONINFO` resource, `false` will be returned |
+//! without any messages logged. |
bool GetModuleVersionAndType(const base::FilePath& path, |
VS_FIXEDFILEINFO* vs_fixedfileinfo); |