mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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
This commit is contained in:
parent
408262d58f
commit
3b1c5bd3b9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user