From 6bb90232210b9feee4baae20ad7a276e284c5eca Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 6 May 2016 13:24:05 -0300 Subject: [PATCH] docs: remove mention to .pde files We don't support them anymore. --- docs/config/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/default b/docs/config/default index 729422bdb7..cd796516b8 100644 --- a/docs/config/default +++ b/docs/config/default @@ -687,7 +687,7 @@ INPUT_ENCODING = UTF-8 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.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 # should be searched for input files as well. Possible values are YES and NO.