OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Doxyfile 1.7.4 | 5 # Doxyfile 1.7.4 |
6 | 6 |
7 # This file describes the settings to be used by the documentation system | 7 # This file describes the settings to be used by the documentation system |
8 # doxygen (www.doxygen.org) for a project | 8 # doxygen (www.doxygen.org) for a project |
9 # | 9 # |
10 # All text after a hash (#) is considered a comment and will be ignored | 10 # All text after a hash (#) is considered a comment and will be ignored |
11 # The format is: | 11 # The format is: |
(...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 # generate a legend page explaining the meaning of the various boxes and | 1723 # generate a legend page explaining the meaning of the various boxes and |
1724 # arrows in the dot generated graphs. | 1724 # arrows in the dot generated graphs. |
1725 | 1725 |
1726 GENERATE_LEGEND = YES | 1726 GENERATE_LEGEND = YES |
1727 | 1727 |
1728 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will | 1728 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will |
1729 # remove the intermediate dot files that are used to generate | 1729 # remove the intermediate dot files that are used to generate |
1730 # the various graphs. | 1730 # the various graphs. |
1731 | 1731 |
1732 DOT_CLEANUP = YES | 1732 DOT_CLEANUP = YES |
OLD | NEW |