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

Unified Diff: recipes.py

Issue 1921943002: doc: General improvements. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Created 4 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
« recipe_engine/recipe_api.py ('K') | « recipe_engine/recipe_api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes.py
diff --git a/recipes.py b/recipes.py
index 75a00891c10d487825684cab13af66714c3cccb4..690f505e7d980ccfc4812fddfcdd2aeb83471be4 100755
--- a/recipes.py
+++ b/recipes.py
@@ -230,8 +230,9 @@ def doc(package_deps, args):
_, config_file = get_package_config(args)
universe = loader.RecipeUniverse(package_deps, config_file)
+ universe_view = loader.UniverseView(universe, package_deps.root_package)
- doc.main(universe)
+ doc.main(universe_view)
def info(args):
« recipe_engine/recipe_api.py ('K') | « recipe_engine/recipe_api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698