From: Vladimír Vondruš Date: Mon, 31 Dec 2018 23:00:04 +0000 (+0100) Subject: doxygen: of course I hit an issue right at the start, so let's test it. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=d0076c306840f9d88920fd058863c1eee54b0018;p=blog.git doxygen: of course I hit an issue right at the start, so let's test it. This breaks everything. --- 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 {}