Fix doxygen return class with namespace
authorFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Thu, 23 Jul 2015 05:42:41 +0000 (07:42 +0200)
committerFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Thu, 23 Jul 2015 05:42:41 +0000 (07:42 +0200)
commit2972ca80a877d218a60596f1168f4e470c153028
treefdc0485b440470e3d015dcc56be1a591b1549eca
parenta2400af787d3fff706c5301833965d9f676aa3ed
Fix doxygen return class with namespace

Doxygen uses a single "\" as a start sign for a command.
Anything after "OOUI" will be interpreted as a command
(and throws a warning "Unknown command" or something else) when
you create the doc. The doc itself will show the following
as the return values of the function:
Returns
    OOUI|OOUI

See: https://phabricator.wikimedia.org/F214499

As a workaround you can escape the backslash with a second
backslash (OOUI\\FieldLayout) or this notation should work, too:
OOUI::Fieldlayout

Follow up: I9050c4a09cbb841ad26ca01a25f706227e35e3be

Change-Id: I0c9300e72e00e1d827c63074cbaa51a935828695
includes/htmlform/HTMLFormField.php