Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: base/third_party/libevent/Doxyfile

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/third_party/libevent/ChangeLog ('k') | base/third_party/libevent/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Doxyfile 1.5.1 1 # Doxyfile 1.5.1
2 2
3 # This file describes the settings to be used by the documentation system 3 # This file describes the settings to be used by the documentation system
4 # doxygen (www.doxygen.org) for a project 4 # doxygen (www.doxygen.org) for a project
5 # 5 #
6 # All text after a hash (#) is considered a comment and will be ignored 6 # All text after a hash (#) is considered a comment and will be ignored
7 # The format is: 7 # The format is:
8 # TAG = value [value, ...] 8 # TAG = value [value, ...]
9 # For lists items can also be appended using: 9 # For lists items can also be appended using:
10 # TAG += value [value, ...] 10 # TAG += value [value, ...]
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 221
222 EXPAND_AS_DEFINED = 222 EXPAND_AS_DEFINED =
223 223
224 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 224 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
225 # doxygen's preprocessor will remove all function-like macros that are alone 225 # doxygen's preprocessor will remove all function-like macros that are alone
226 # on a line, have an all uppercase name, and do not end with a semicolon. Such 226 # on a line, have an all uppercase name, and do not end with a semicolon. Such
227 # function macros are typically used for boiler-plate code, and will confuse 227 # function macros are typically used for boiler-plate code, and will confuse
228 # the parser if not removed. 228 # the parser if not removed.
229 229
230 SKIP_FUNCTION_MACROS = YES 230 SKIP_FUNCTION_MACROS = YES
OLDNEW
« no previous file with comments | « base/third_party/libevent/ChangeLog ('k') | base/third_party/libevent/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698