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

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: Rebase license. Created 4 years, 7 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 | « 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 75d34b621360dfc9f6450099f6f2ae06fde79ba1..944c575ba336009485dd37bac1c9dc5a1ea967fb 100755
--- a/recipes.py
+++ b/recipes.py
@@ -204,8 +204,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):
« no previous file with comments | « recipe_engine/recipe_api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698