Definition at line 9 of file api.py.
◆ generate_and_upload()
def doxygen.api.DoxygenApi.generate_and_upload |
( |
|
self, |
|
|
|
skia_dir |
|
) |
| |
Definition at line 10 of file api.py.
10 def generate_and_upload(self, skia_dir):
11 with self.m.context(cwd=skia_dir):
13 self.m.step,
14 'generate and upload doxygen',
15 cmd=['python', self.resource('generate_and_upload_doxygen.py')],
16 abort_on_failure=False)
The documentation for this class was generated from the following file:
- third_party/skia/infra/bots/recipe_modules/doxygen/api.py