From: felix.gruber Date: Mon, 9 Sep 2013 15:26:59 +0000 (+0000) Subject: doxygen: change EXAMPLE_PATH such that the lines from Block_matrix_array.cc can be... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b083cec8e1d01a4f3c523f5bd260d6991348018;p=dealii-svn.git 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 --- 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