docs: remove mention to .pde files

We don't support them anymore.
This commit is contained in:
Lucas De Marchi 2016-05-06 13:24:05 -03:00
parent 0eab8847f2
commit 6bb9023221
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ INPUT_ENCODING = UTF-8
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
# *.f90 *.f *.for *.vhd *.vhdl # *.f90 *.f *.for *.vhd *.vhdl
FILE_PATTERNS = *.c *.cpp *.ino *.pde *.h FILE_PATTERNS = *.c *.cpp *.ino *.h
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # 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. # should be searched for input files as well. Possible values are YES and NO.