Template:Doc: Difference between revisions

From QEMU
(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
Line 5: Line 5:


<pre>
<pre>
{{doc|path=README.rst|description=The main README file}}
{{doc|path=style/devel|description=The coding style document}}
</pre>
</pre>


Gives:
Gives:


{{src|path=README.rst|description=The main README file}}
{{doc|path=style/devel|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
* repo (optional) - which repo (defaults to qemu.git)


[[Category:Template]]
[[Category:Template]]
</noinclude>
</noinclude>

Revision as of 17:04, 15 March 2021

{{{path}}}

Usage

Link to some of our fine documentation

{{doc|path=style/devel|description=The coding style document}}

Gives:

The coding style document

Parameters

* path - path to file
* description (optional) - description of the file