Imported Upstream version 1.10.2
[platform/upstream/krb5.git] / doc / rst_tools / type_document.tmpl
1 .. highlightlang:: c
2
3 .. $composite.struct_reference($composite.name):
4
5
6
7 #if $composite.short_description is not None and len($composite.short_description)
8         #set $title = $composite.name + ' - ' + $composite.short_description
9 #else
10         #set $title = $composite.name
11 #end if
12 $title
13 #echo ''.join(['=']*len($title)) #
14
15
16
17 :krb5doxy:`Doxygen reference to $composite.name  <$composite.name>`
18
19 ..
20 .. c:type:: $composite.name
21 ..
22
23 Declaration
24 ------------
25
26 $composite.definition
27
28 $composite.long_description
29  
30
31 #if $composite.Id is not None 
32
33
34 #if len($composite.attributes)
35
36 Members
37 ---------
38
39 #end if
40
41 #for $attr in $composite.attributes:    
42 #if $attr.name is not None
43 .. c:member:: $attr.type        $composite.name.$attr.name 
44
45                                              $attr.short_description
46 #if $attr.long_description is not None
47                                              $attr.long_description                  
48 #end if
49                                
50 #end if
51 #end for
52 #end if
53
54
55 Feedback
56 ----------
57
58 #set $msg_subject = 'Documentation___' + $composite.name 
59
60 Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject
61