diff --git a/README.md b/README.md index b08732c..fb79680 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ and then is always valid until destroyed. Developements and tests are done under the following OSs : - Debian 7 (testing) -- Ubuntu 12.04 +- Ubuntu 12.10 - Windows XP/7/8 And following IDEs/Compilers - GCC 4.7.x with a provided Makefile diff --git a/SQLiteCpp.Doxyfile b/SQLiteCpp.Doxyfile index e1a3ca4..e0a1d9e 100644 --- a/SQLiteCpp.Doxyfile +++ b/SQLiteCpp.Doxyfile @@ -696,8 +696,7 @@ INPUT_ENCODING = UTF-8 # *.f90 *.f *.for *.vhd *.vhdl FILE_PATTERNS = *.cpp \ - *.h \ - *.vhdl + *.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.