@@ -61,7 +61,8 @@ void ai_baset::output(
61
61
}
62
62
63
63
// / Output the domains for the whole program as JSON
64
- // / \par parameters: The namespace and goto_functions
64
+ // / \param ns: The namespace
65
+ // / \param goto_functions: The goto functions
65
66
// / \return The JSON object
66
67
jsont ai_baset::output_json (
67
68
const namespacet &ns,
@@ -86,7 +87,10 @@ jsont ai_baset::output_json(
86
87
}
87
88
88
89
// / Output the domains for a single function as JSON
89
- // / \par parameters: The namespace, goto_program and its identifier
90
+ // / \param ns: The namespace
91
+ // / \param goto_program: The goto program
92
+ // / \param identifier: the identifier used to find a symbol to identify the
93
+ // / source language
90
94
// / \return The JSON object
91
95
jsont ai_baset::output_json (
92
96
const namespacet &ns,
@@ -117,7 +121,8 @@ jsont ai_baset::output_json(
117
121
}
118
122
119
123
// / Output the domains for the whole program as XML
120
- // / \par parameters: The namespace and goto_functions
124
+ // / \param ns: The namespace
125
+ // / \param goto_functions: The goto functions
121
126
// / \return The XML object
122
127
xmlt ai_baset::output_xml (
123
128
const namespacet &ns,
@@ -145,7 +150,10 @@ xmlt ai_baset::output_xml(
145
150
}
146
151
147
152
// / Output the domains for a single function as XML
148
- // / \par parameters: The namespace, goto_program and its identifier
153
+ // / \param ns: The namespace
154
+ // / \param goto_program: The goto program
155
+ // / \param identifier: the identifier used to find a symbol to identify the
156
+ // / source language
149
157
// / \return The XML object
150
158
xmlt ai_baset::output_xml (
151
159
const namespacet &ns,
0 commit comments