Index: snapshot/mac/mach_o_image_reader.h |
diff --git a/snapshot/mac/mach_o_image_reader.h b/snapshot/mac/mach_o_image_reader.h |
index f89e9e9406bb4751d4d1cb833654e3c694ecf857..e750fbbba7c9444e93ef40ff072c65f8f5e6a1c3 100644 |
--- a/snapshot/mac/mach_o_image_reader.h |
+++ b/snapshot/mac/mach_o_image_reader.h |
@@ -39,6 +39,8 @@ class ProcessReader; |
//! This class is capable of reading both 32-bit (`mach_header`/`MH_MAGIC`) and |
//! 64-bit (`mach_header_64`/`MH_MAGIC_64`) images based on the bitness of the |
//! remote process. |
+//! |
+//! \sa MachOImageAnnotationsReader |
class MachOImageReader { |
public: |
MachOImageReader(); |