Difference between revisions of "Template:Doxygen-class-url"

From Slicer Wiki
Jump to: navigation, search
(Created page with '<includeonly>{{documentation/{{documentation/version}}/doxygen-class-url|{{{1}}}}}</includeonly><noinclude> == Usage == <pre>{{documentation/doxygen-class-url|vtkMRMLNode}}</pr…')
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{documentation/{{documentation/version}}/doxygen-class-url|{{{1}}}}}</includeonly><noinclude>
+
<includeonly>{{documentation/{{documentation/version}}/doxygen-class-url|{{{1}}}|{{{2|}}}}}</includeonly><noinclude>
  
 
== Usage ==
 
== Usage ==
  
<pre>{{documentation/doxygen-class-url|vtkMRMLNode}}</pre>
+
<pre>[{{documentation/doxygen-class-url|vtkMRMLNode}} vtkMRMLNode]</pre>
 +
 
 +
<pre>[{{documentation/doxygen-class-url|vtkMRMLNode}} here]</pre>
 +
 
 +
<pre>[{{documentation/doxygen-class-url|vtkMRMLNode|members}} members of vtkMRMLNode]</pre>
  
 
{{note}}Since this template extracts the current version of the documentation. Exercising the template here would return an invalid result.
 
{{note}}Since this template extracts the current version of the documentation. Exercising the template here would return an invalid result.
  
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates:Documentation/{{documentation/version}}|{{PAGENAME}}]]
+
[[Category:Templates:Documentation|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Latest revision as of 22:19, 3 April 2015

Home < Template:Doxygen-class-url


Usage

[{{documentation/doxygen-class-url|vtkMRMLNode}} vtkMRMLNode]
[{{documentation/doxygen-class-url|vtkMRMLNode}} here]
[{{documentation/doxygen-class-url|vtkMRMLNode|members}} members of vtkMRMLNode]

Note Since this template extracts the current version of the documentation. Exercising the template here would return an invalid result.