From 2b083cec8e1d01a4f3c523f5bd260d6991348018 Mon Sep 17 00:00:00 2001 From: "felix.gruber" Date: Mon, 9 Sep 2013 15:26:59 +0000 Subject: [PATCH] doxygen: change EXAMPLE_PATH such that the lines from Block_matrix_array.cc can be included into the documentation of BlockMatrixArray git-svn-id: https://svn.dealii.org/trunk@30650 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index b57c0c6291..e30740fbdd 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -477,7 +477,8 @@ EXCLUDE_PATTERNS = *.templates.h # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = @CMAKE_BINARY_DIR@/doc/doxygen/tutorial +EXAMPLE_PATH = @CMAKE_BINARY_DIR@/doc/doxygen/tutorial \ + @CMAKE_SOURCE_DIR@/examples/doxygen # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -- 2.39.5