From 722084a5a1b747b4fcd341837d63068678973566 Mon Sep 17 00:00:00 2001 From: Andrew Rutherfurd Date: Mon, 13 Apr 2020 12:43:43 +0200 Subject: [PATCH] Update header-files-cpp.md Added comment indicating name of file --- docs/cpp/header-files-cpp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cpp/header-files-cpp.md b/docs/cpp/header-files-cpp.md index 0c35f41c73e..6876369aa02 100644 --- a/docs/cpp/header-files-cpp.md +++ b/docs/cpp/header-files-cpp.md @@ -111,6 +111,7 @@ Use of the **using** directive will not necessarily cause an error, but can pote The following example shows the various kinds of declarations and definitions that are allowed in a header file: ```cpp +// sample.h #pragma once #include // #include directive #include