]> git.llucax.com Git - software/posixx.git/blobdiff - doc/Doxyfile
Add reverse iteration to basic_buffer
[software/posixx.git] / doc / Doxyfile
index 2f82d634e9b5166ab8e9eb6c800a91ffe16ee576..e4427002d18107653b0536a8a85d97ae2eb8795d 100644 (file)
@@ -551,7 +551,7 @@ INPUT_ENCODING         = UTF-8
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
-FILE_PATTERNS          =
+FILE_PATTERNS          = *.hpp
 
 # 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.