From 6533035ec31f38543532568bc499aba2a98e1788 Mon Sep 17 00:00:00 2001 From: katsiaryna_bialiatka Date: Fri, 22 Dec 2017 19:15:31 +0300 Subject: [mdoc] Support for C++ signatures Closes #132 --- mdoc.Test.Cplusplus/Stdafx.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mdoc.Test.Cplusplus/Stdafx.h (limited to 'mdoc.Test.Cplusplus/Stdafx.h') diff --git a/mdoc.Test.Cplusplus/Stdafx.h b/mdoc.Test.Cplusplus/Stdafx.h new file mode 100644 index 00000000..3cc4c24e --- /dev/null +++ b/mdoc.Test.Cplusplus/Stdafx.h @@ -0,0 +1,7 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, +// but are changed infrequently + +#pragma once + + -- cgit v1.2.3