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

Unified Diff: doc/support/generate_doxygen.sh

Issue 1055523002: Migrate content from wiki (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Post-review Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: doc/support/generate_doxygen.sh
diff --git a/doc/generate_doxygen.sh b/doc/support/generate_doxygen.sh
similarity index 92%
rename from doc/generate_doxygen.sh
rename to doc/support/generate_doxygen.sh
index 5da9cd31ded211b04740200ca621e71310e51700..ba565e7bc4633d4d2346d3448b7ab30a4cc48b3d 100755
--- a/doc/generate_doxygen.sh
+++ b/doc/support/generate_doxygen.sh
@@ -19,11 +19,11 @@ set -e
# Generating Doxygen documentation requires Doxygen, http://www.doxygen.org/.
# Run from the Crashpad project root directory.
-cd "$(dirname "${0}")/.."
+cd "$(dirname "${0}")/../.."
output_dir=out/doc/doxygen
rm -rf "${output_dir}"
mkdir -p "${output_dir}"
-doxygen doc/crashpad.doxy
+doxygen doc/support/crashpad.doxy

Powered by Google App Engine
This is Rietveld 408576698