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

Side by Side Diff: third_party/libusb/src/doc/doxygen.cfg.in

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 months 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 | Annotate | Revision Log
« no previous file with comments | « third_party/libusb/src/doc/Makefile.am ('k') | third_party/libusb/src/examples/Makefile.am » ('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.3 1 # Doxyfile 1.5.3
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 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 DOT_CLEANUP = YES 1285 DOT_CLEANUP = YES
1286 1286
1287 #--------------------------------------------------------------------------- 1287 #---------------------------------------------------------------------------
1288 # Configuration::additions related to the search engine 1288 # Configuration::additions related to the search engine
1289 #--------------------------------------------------------------------------- 1289 #---------------------------------------------------------------------------
1290 1290
1291 # The SEARCHENGINE tag specifies whether or not a search engine should be 1291 # The SEARCHENGINE tag specifies whether or not a search engine should be
1292 # used. If set to NO the values of all tags below this one will be ignored. 1292 # used. If set to NO the values of all tags below this one will be ignored.
1293 1293
1294 SEARCHENGINE = NO 1294 SEARCHENGINE = NO
OLDNEW
« no previous file with comments | « third_party/libusb/src/doc/Makefile.am ('k') | third_party/libusb/src/examples/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698