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

Side by Side Diff: ppapi/cpp/documentation/Doxyfile

Issue 9126002: New header and footer (removed old ones) for devsite. New doxyfile pointing to these headers and ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « no previous file | ppapi/cpp/documentation/doxy_cleanup.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | ppapi/cpp/documentation/doxy_cleanup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698