summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-07-11 20:56:09 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-07-11 20:56:09 +0200
commiteca6d26459200d2956d64ccf8a2713d96a82c989 (patch)
tree11568dd1c34f733f1ba4ce31b2bf76a21315f1e0 /Doxyfile
parent2383a42347176aa04fc8a67a83ffa9def4c706de (diff)
downloadcolobot-eca6d26459200d2956d64ccf8a2713d96a82c989.tar.gz
colobot-eca6d26459200d2956d64ccf8a2713d96a82c989.tar.bz2
colobot-eca6d26459200d2956d64ccf8a2713d96a82c989.zip
Minor changes
- moved mainpage src/doc/docmain.doc.txt to src/app/main.cpp - removed old modfile modules from src/common - removed Snd namespace in engine.h
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index e57ead3..9e4fe82 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -690,8 +690,7 @@ INPUT_ENCODING = UTF-8
# *.f90 *.f *.for *.vhd *.vhdl
FILE_PATTERNS = *.h \
- *.cpp \
- *.doc.txt
+ *.cpp
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.