1<!-- Generated with Stardoc: http://skydoc.bazel.build --> 2 3<a name="#macro_with_args"></a> 4 5## macro_with_args 6 7<pre> 8macro_with_args(<a href="#macro_with_args-name">name</a>, <a href="#macro_with_args-args">args</a>) 9</pre> 10 11My args macro is OK. 12 13**PARAMETERS** 14 15 16| Name | Description | Default Value | 17| :-------------: | :-------------: | :-------------: | 18| name | The name of the test rule. | none | 19| args | Other arguments to include | none | 20 21 22<a name="#macro_with_both"></a> 23 24## macro_with_both 25 26<pre> 27macro_with_both(<a href="#macro_with_both-name">name</a>, <a href="#macro_with_both-number">number</a>, <a href="#macro_with_both-args">args</a>, <a href="#macro_with_both-kwargs">kwargs</a>) 28</pre> 29 30Oh wow this macro has both. 31 32Not much else to say. 33 34 35**PARAMETERS** 36 37 38| Name | Description | Default Value | 39| :-------------: | :-------------: | :-------------: | 40| name | The name of the test rule. | none | 41| number | Some number used for important things | <code>3</code> | 42| args | Other arguments to include | none | 43| kwargs | Other attributes to include | none | 44 45 46<a name="#macro_with_kwargs"></a> 47 48## macro_with_kwargs 49 50<pre> 51macro_with_kwargs(<a href="#macro_with_kwargs-name">name</a>, <a href="#macro_with_kwargs-config">config</a>, <a href="#macro_with_kwargs-deps">deps</a>, <a href="#macro_with_kwargs-kwargs">kwargs</a>) 52</pre> 53 54My kwargs macro is the best. 55 56This is a long multi-line doc string. 57Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer 58elementum, diam vitae tincidunt pulvinar, nunc tortor volutpat dui, 59vitae facilisis odio ligula a tortor. Donec ullamcorper odio eget ipsum tincidunt, 60vel mollis eros pellentesque. 61 62 63**PARAMETERS** 64 65 66| Name | Description | Default Value | 67| :-------------: | :-------------: | :-------------: | 68| name | The name of the test rule. | none | 69| config | Config to use for my macro | none | 70| deps | List of my macro's dependencies | <code>[]</code> | 71| kwargs | Other attributes to include | none | 72 73 74