Fix namespaced class references for Doxygen
authorBryan Davis <bd808@wikimedia.org>
Thu, 8 Oct 2015 16:58:34 +0000 (10:58 -0600)
committerBryan Davis <bd808@wikimedia.org>
Thu, 8 Oct 2015 17:10:33 +0000 (11:10 -0600)
commitb264cee6d4e3b41cb47fb766923124863fb0083b
tree8bc7371bcfc25fd0eab5153812e447f6a8ac0648
parentb2222eacf7050acabe7d0172e1822c67a2fdfa7e
Fix namespaced class references for Doxygen

Doxygen doesn't quite grok PHP's use of the reverse solidus (backslash)
character as a namespace separator. The C++ based parser it uses needs
them to be escaped in comments just as if they were being used in
a literal string context in PHP.

Change-Id: I9aff9dd0fb74a95039da1091c2f247cf71fd085a
includes/GlobalFunctions.php
includes/debug/logger/LoggerFactory.php
includes/debug/logger/monolog/AvroFormatter.php
includes/debug/logger/monolog/BufferHandler.php
includes/debug/logger/monolog/LegacyHandler.php
includes/debug/logger/monolog/SyslogHandler.php