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

Unified Diff: docs/src/common_demo_functions.sh

Issue 234733003: Improvements and bugfixes to the depot_tools doc generation process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 8 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
« no previous file with comments | « docs/man7/depot_tools_tutorial.7 ('k') | docs/src/depot_tools_tutorial.demo.tldr.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/src/common_demo_functions.sh
diff --git a/docs/src/common_demo_functions.sh b/docs/src/common_demo_functions.sh
index f2f54c89e595563a8328c752ac26eef61487387a..af7c906554ac09976c4edf2957e0108b74f84b0a 100755
--- a/docs/src/common_demo_functions.sh
+++ b/docs/src/common_demo_functions.sh
@@ -47,7 +47,7 @@ run() {
}
comment() {
- echo "# $@"
+ echo "###COMMENT### $@"
}
# run a silent command
« no previous file with comments | « docs/man7/depot_tools_tutorial.7 ('k') | docs/src/depot_tools_tutorial.demo.tldr.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698