Flutter Engine
The Flutter Engine
third_party
skia
infra
bots
recipe_modules
doxygen
api.py
Go to the documentation of this file.
1
# Copyright 2018 The Chromium Authors. All rights reserved.
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
5
6
from
recipe_engine
import
recipe_api
7
8
9
class
DoxygenApi
(recipe_api.RecipeApi):
10
def
generate_and_upload
(self, skia_dir):
11
with
self.m.context(cwd=skia_dir):
12
self.m.
run
(
13
self.m.step,
14
'generate and upload doxygen'
,
15
cmd=[
'python'
, self.resource(
'generate_and_upload_doxygen.py'
)],
16
abort_on_failure=
False
)
doxygen.api.DoxygenApi
Definition:
api.py:9
doxygen.api.DoxygenApi.generate_and_upload
def generate_and_upload(self, skia_dir)
Definition:
api.py:10
run
Definition:
run.py:1
Generated on Sun Jun 23 2024 21:56:04 for Flutter Engine by
1.9.4