r71390 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71389‎ | r71390 | r71391 >
Date:08:17, 21 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Too much indirection in aliases doesn't seem to work with my version of Doxygen
Modified paths:
  • /trunk/phase3/maintenance/Doxyfile (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Doxyfile
@@ -284,11 +284,11 @@
285285 "arrayof{2}=<b> Array </b> of \2" \
286286 "null=\type{Null}" \
287287 "boolean=\type{Boolean}" \
288 - "bool=\boolean" \
 288+ "bool=\type{Boolean}" \
289289 "integer=\type{Integer}" \
290 - "int=\integer" \
 290+ "int=\type{Integer}" \
291291 "string=\type{String}" \
292 - "str=\string" \
 292+ "str=\type{String}" \
293293 "mixed=\type{Mixed}" \
294294 "access=\par Access:\n" \
295295 "private=\access private" \

Status & tagging log