docs: insert meta data for copy parameter - mark do not generate function
[samba.git] / docs-xml / smbdotconf / misc / copy.xml
1 <samba:parameter name="copy"
2                  type="string"
3                  context="S" hide="1"
4                  generated_function="0"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter allows you to &quot;clone&quot; service 
8         entries. The specified service is simply duplicated under the 
9         current service's name. Any parameters specified in the current 
10         section will override those in the section being copied.</para>
11
12         <para>This feature lets you set up a 'template' service and 
13         create similar services easily. Note that the service being 
14         copied must occur earlier in the configuration file than the 
15         service doing the copying.</para>
16 </description>
17
18 <value type="default"></value>
19 <value type="example">otherservice</value>
20 </samba:parameter>