chiark / gitweb /
doxygen: of course I hit an issue right at the start, so let's test it.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 31 Dec 2018 23:00:04 +0000 (00:00 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 31 Dec 2018 23:00:04 +0000 (00:00 +0100)
This breaks everything.

doxygen/test/compound_includes/Doxyfile
doxygen/test/compound_includes/First.cpp [new file with mode: 0644]

index ce05b2e15e6ce15fe5aa9fc8945b5b353d17842a..9170fbf9dd2b77f1d5340823fdb7b1497d9b541e 100644 (file)
@@ -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 (file)
index 0000000..786dd57
--- /dev/null
@@ -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 {}