Template:Doc: Difference between revisions
(Created page with "[https://www.qemu.org/docs/master/{{{path}}} {{{description|{{{path}}}}}}]<noinclude> == Usage == Link to some of our fine documentation <pre> {{doc|path=README.rst|descript...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
<pre> | <pre> | ||
{{doc|path= | {{doc|path=devel/style|description=The coding style document}} | ||
</pre> | </pre> | ||
Gives: | Gives: | ||
{{ | {{doc|path=devel/style|description=The coding style document}} | ||
==== Parameters ==== | ==== Parameters ==== | ||
Line 16: | Line 16: | ||
* path - path to file | * path - path to file | ||
* description (optional) - description of the file | * description (optional) - description of the file | ||
[[Category:Template]] | [[Category:Template]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:05, 15 March 2021
Usage
Link to some of our fine documentation
{{doc|path=devel/style|description=The coding style document}}
Gives:
Parameters
* path - path to file * description (optional) - description of the file