From 699c86886c7c32b6b67f4371a4d5f2407261840c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 16 Jun 2014 13:37:27 +0000 Subject: [PATCH] exclude .dox files from doxyfiles git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@18813 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Documentation/DeveloperTarget/doxy.config.in | 2 -- Documentation/UserTarget/doxy.config.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/Documentation/DeveloperTarget/doxy.config.in b/Documentation/DeveloperTarget/doxy.config.in index 98ef9c61..3a96cffd 100644 --- a/Documentation/DeveloperTarget/doxy.config.in +++ b/Documentation/DeveloperTarget/doxy.config.in @@ -809,7 +809,6 @@ FILE_PATTERNS = *.c \ *.inc \ *.m \ *.mm \ - *.dox \ *.C \ *.CC \ *.C++ \ @@ -831,7 +830,6 @@ FILE_PATTERNS = *.c \ *.moc \ *.xpm \ *.docu \ - *.dox \ *.qhcp # The RECURSIVE tag can be used to specify whether or not subdirectories should diff --git a/Documentation/UserTarget/doxy.config.in b/Documentation/UserTarget/doxy.config.in index 42c2f487..fc455b94 100644 --- a/Documentation/UserTarget/doxy.config.in +++ b/Documentation/UserTarget/doxy.config.in @@ -808,7 +808,6 @@ FILE_PATTERNS = *.c \ *.inc \ *.m \ *.mm \ - *.dox \ *.C \ *.CC \ *.C++ \ @@ -830,7 +829,6 @@ FILE_PATTERNS = *.c \ *.moc \ *.xpm \ *.docu \ - *.dox \ *.qhcp # The RECURSIVE tag can be used to specify whether or not subdirectories should -- GitLab