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

Side by Side Diff: ppapi/cpp/documentation/removefilesCPP.sh

Issue 7308009: Minor changes to Doxygen files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 rm annotated.ezt 6 rm annotated.ezt
7 rm bc_s.png 7 rm bc_s.png
8 rm classes.ezt 8 rm classes.ezt
9 rm closed.png 9 rm closed.png
10 rm doxygen.png 10 rm doxygen.png
11 rm footer_8dox.ezt
12 rm functions*.* 11 rm functions*.*
13 rm globals*.* 12 rm globals*.*
14 rm group___c_p_p.ezt 13 rm group___c_p_p.ezt
15 rm header_8dox.ezt
16 rm index_8dox.ezt 14 rm index_8dox.ezt
17 rm modules.ezt 15 rm modules.ezt
18 rm modules_8h.ezt 16 rm namespacemembers.ezt
19 rm module_embedder_8h.ezt 17 rm namespacemembers_func.ezt
20 rm module_impl_8h.ezt 18 rm namespaces.ezt
21 rm namespace*.*
22 rm nav_f.png 19 rm nav_f.png
23 rm nav_h.png 20 rm nav_h.png
24 rm open.png 21 rm open.png
25 rm tab_a.png 22 rm tab_a.png
26 rm tab_b.png 23 rm tab_b.png
27 rm tab_h.png 24 rm tab_h.png
28 rm tab_s.png 25 rm tab_s.png
29 # all .map and all .md5 files 26 # all .map and all .md5 files
30 rm *.md5 27 rm *.md5
31 rm *.map 28 rm *.map
32 rm *.css 29 rm *.css
33 rm *.py
34 rm index.ezt 30 rm index.ezt
31 rm *.html
32 rm jquery.js
33 rm hierarchy.ezt
Matt Ball 2011/07/06 14:24:38 It looks like the rest of the statements in this f
jond 2011/07/06 21:06:04 It was never meant to be in alpha order. On 2011
35 34
36 35
36
37
OLDNEW
« ppapi/cpp/documentation/DoxygenLayout.xml ('K') | « ppapi/cpp/documentation/DoxygenLayout.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698