Template:CD/doc: Difference between revisions
Jump to navigation
Jump to search
(-doc page) |
No edit summary |
||
Line 4: | Line 4: | ||
== Usage == | == Usage == | ||
<nowiki>{{CD|< | <nowiki>{{CD|<entity_class>|file1=<file_where_the_class_is_defined_in>}}</nowiki> | ||
== Examples and Parameters == | == Examples and Parameters == | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| <nowiki>{{CD|CGasCan}}</nowiki> | | <nowiki>{{CD|CGasCan|file1=somefile.cpp}}</nowiki> | ||
| {{CD|CGasCan}} | | {{CD|CGasCan|file1=somefile.cpp}} | ||
|} | |} |
Revision as of 13:53, 5 November 2022

This is a documentation subpage for Template:CD.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
This template is used to generate class hierarchy for an entity.
Usage
{{CD|<entity_class>|file1=<file_where_the_class_is_defined_in>}}
Examples and Parameters
{{CD|CGasCan|file1=somefile.cpp}} |
|