From 3b1c5bd3b97e18b0d7c8d9a863b8a7014809d020 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Fri, 7 Nov 2014 11:36:40 -0500 Subject: [PATCH] Doxygen: only generate documentation for [Objective-]C[++] files. Doxygen was generating some pretty bogus-looking documentation for the Python http_transport_test_server, making it look like a C++ namespace and generating mostly useless documentation: http://docs.crashpad.googlecode.com/git/doxygen/annotated.html R=rsesek@chromium.org Review URL: https://codereview.chromium.org/706233003 --- crashpad.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crashpad.doxy b/crashpad.doxy index fe59ed14..2b028e0a 100644 --- a/crashpad.doxy +++ b/crashpad.doxy @@ -774,7 +774,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = +FILE_PATTERNS = *.c *.cc *.h *.m *.mm # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well.