diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-04-02 00:42:27 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-04-13 15:14:35 -0300 |
commit | aef5dc0e3a4aba097de2475ce34c4df1fdb36951 (patch) | |
tree | d840c22a4bb72e308b920979fb7b44c21f2e3761 /qt4/doxygen.cfg.in | |
parent | fc3b4ec16e43812a9a1492a394dc86d4d6ec4d7a (diff) |
examples.dox: Added examples page on documentation.
Diffstat (limited to 'qt4/doxygen.cfg.in')
-rw-r--r-- | qt4/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/doxygen.cfg.in b/qt4/doxygen.cfg.in index fd1fae035..950cc1dbc 100644 --- a/qt4/doxygen.cfg.in +++ b/qt4/doxygen.cfg.in @@ -584,7 +584,7 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = $(SRCDIR) +EXAMPLE_PATH = @abs_top_srcdir@/examples # 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 |