summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 20:57:51 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 20:57:51 +0000
commitdeaa35b7bad1d06f28ed394fb850b4f3dd7bc871 (patch)
treea07efc8a239f9de004818641a4adea07c31f545d
parent6f680ab8a9adc9bd6b0f4705288ba7aa78c2cf82 (diff)
downloadchromium_src-deaa35b7bad1d06f28ed394fb850b4f3dd7bc871.zip
chromium_src-deaa35b7bad1d06f28ed394fb850b4f3dd7bc871.tar.gz
chromium_src-deaa35b7bad1d06f28ed394fb850b4f3dd7bc871.tar.bz2
Added removefilesCPP.sh to remove all unneeded html files generated by Doxygen. Removing three files not used by CPP doxygen process.
Review URL: http://codereview.chromium.org/6903110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83587 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ppapi/c/documentation/modules.dox18
-rwxr-xr-xppapi/c/documentation/removefilesCPP.sh36
2 files changed, 36 insertions, 18 deletions
diff --git a/ppapi/c/documentation/modules.dox b/ppapi/c/documentation/modules.dox
deleted file mode 100644
index 3b18645..0000000
--- a/ppapi/c/documentation/modules.dox
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * @defgroup Interfaces Interfaces
- * A list of all Pepper C Interfaces. PPB_ interfaces are implemented within the browser. PPP_ Interfaces
- * implemented in the Native Client module.
- *
- * @defgroup Structs Structures
- * A list of all Pepper C structures.
- *
- * @defgroup Functions Functions
- * A list of all Pepper C functions. PPP_ functions are implemented in the Native Client module.
- *
- * @defgroup Enums Enums
- * A list of all Pepper C Enumerations.
- *
- * @defgroup Typedefs Typedefs
- * A list of all Pepper C Typedefs.
- */
diff --git a/ppapi/c/documentation/removefilesCPP.sh b/ppapi/c/documentation/removefilesCPP.sh
new file mode 100755
index 0000000..362dfcb
--- /dev/null
+++ b/ppapi/c/documentation/removefilesCPP.sh
@@ -0,0 +1,36 @@
+#!/bin/bash
+
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+rm annotated.ezt
+rm bc_s.png
+rm classes.ezt
+rm closed.png
+rm doxygen.png
+rm footer_8dox.ezt
+rm functions*.*
+rm globals*.*
+rm group___c_p_p.ezt
+rm header_8dox.ezt
+rm index_8dox.ezt
+rm modules.ezt
+rm modules_8h.ezt
+rm module_embedder_8h.ezt
+rm module_impl_8h.ezt
+rm namespace*.*
+rm nav_f.png
+rm nav_h.png
+rm open.png
+rm tab_a.png
+rm tab_b.png
+rm tab_h.png
+rm tab_s.png
+# all .map and all .md5 files
+rm *.md5
+rm *.map
+rm *.css
+rm *.py
+rm index.ezt
+
+