From d0076c306840f9d88920fd058863c1eee54b0018 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 1 Jan 2019 00:00:04 +0100 Subject: [PATCH] doxygen: of course I hit an issue right at the start, so let's test it. This breaks everything. --- doxygen/test/compound_includes/Doxyfile | 2 +- doxygen/test/compound_includes/First.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doxygen/test/compound_includes/First.cpp diff --git a/doxygen/test/compound_includes/Doxyfile b/doxygen/test/compound_includes/Doxyfile index ce05b2e1..9170fbf9 100644 --- a/doxygen/test/compound_includes/Doxyfile +++ b/doxygen/test/compound_includes/Doxyfile @@ -1,4 +1,4 @@ -INPUT = First.h Second.h +INPUT = First.cpp First.h Second.h QUIET = YES GENERATE_HTML = NO GENERATE_LATEX = NO diff --git a/doxygen/test/compound_includes/First.cpp b/doxygen/test/compound_includes/First.cpp new file mode 100644 index 00000000..786dd572 --- /dev/null +++ b/doxygen/test/compound_includes/First.cpp @@ -0,0 +1,4 @@ +/* This is here only to make Doxygen pick First.cpp over First.h and thus make + location of the namespace in First.cpp (which is not wanted) */ + +namespace Contained {} -- 2.30.2