From 62eb7949cb5a593f262a881337474a3012fa8f1c Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Thu, 27 Feb 2020 12:30:40 +0000 Subject: [PATCH] doc: Add description to internal header --- Source/Private.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Private.h b/Source/Private.h index 2392e79c1..92554cc0b 100644 --- a/Source/Private.h +++ b/Source/Private.h @@ -1,3 +1,7 @@ +/** + * Exposes non-public interfaces between the components of the library for + * internal use + */ #ifndef BUGSNAG_PRIVATE_H #define BUGSNAG_PRIVATE_H