Index: trunk/phase3/maintenance/Doxyfile |
— | — | @@ -284,11 +284,11 @@ |
285 | 285 | "arrayof{2}=<b> Array </b> of \2" \ |
286 | 286 | "null=\type{Null}" \ |
287 | 287 | "boolean=\type{Boolean}" \ |
288 | | - "bool=\boolean" \ |
| 288 | + "bool=\type{Boolean}" \ |
289 | 289 | "integer=\type{Integer}" \ |
290 | | - "int=\integer" \ |
| 290 | + "int=\type{Integer}" \ |
291 | 291 | "string=\type{String}" \ |
292 | | - "str=\string" \ |
| 292 | + "str=\type{String}" \ |
293 | 293 | "mixed=\type{Mixed}" \ |
294 | 294 | "access=\par Access:\n" \ |
295 | 295 | "private=\access private" \ |