wiki.techinc.nl/includes/htmlform
Florianschmidtwelzow 2972ca80a8 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
2015-07-23 07:42:41 +02:00
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php Implement OOUI display format for HTMLForm 2015-05-23 16:10:08 +02:00
HTMLButtonField.php Fix doc-blocks for some HTMLForm elements 2015-07-20 17:01:04 +00:00
HTMLCheckField.php Fix doc-blocks for some HTMLForm elements 2015-07-20 17:01:04 +00:00
HTMLCheckMatrix.php OOUIHTMLForm: Implement HTMLMultiSelectField 2015-06-27 13:14:25 +00:00
HTMLEditTools.php
HTMLFloatField.php
HTMLForm.php Implement UserInputWidget in OOUI/MW Widgets 2015-07-20 06:11:16 +02:00
HTMLFormField.php Fix doxygen return class with namespace 2015-07-23 07:42:41 +02:00
HTMLFormFieldCloner.php
HTMLFormFieldRequiredOptionsException.php
HTMLFormFieldWithButton.php HTMLForm: Handle HTMLFormFieldWithButton subclasses in OOUI forms 2015-07-22 19:08:19 -07:00
HTMLHiddenField.php
HTMLInfoField.php Implement OOUI display format for HTMLForm 2015-05-23 16:10:08 +02:00
HTMLIntField.php
HTMLMultiSelectField.php OOUIHTMLForm: Implement HTMLMultiSelectField 2015-06-27 13:14:25 +00:00
HTMLNestedFilterable.php
HTMLRadioField.php OOUIHTMLForm: Implement HTMLRadioField 2015-06-27 13:38:04 +00:00
HTMLSelectAndOtherField.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
HTMLSelectField.php Implement OOUI display format for HTMLForm 2015-05-23 16:10:08 +02:00
HTMLSelectLimitField.php
HTMLSelectNamespace.php Implement NamespaceInputWidget 2015-07-17 13:33:59 +00:00
HTMLSelectNamespaceWithButton.php ellapsed => elapsed 2015-06-23 03:32:33 +00:00
HTMLSelectOrOtherField.php
HTMLSubmitField.php Fix Button label in OOUI HTML Form and enable flags 2015-06-25 14:56:05 +02:00
HTMLTagFilter.php
HTMLTextAreaField.php HTMLTextAreaField: Honor 'rows' setting in OOUI format 2015-07-07 18:27:03 -07:00
HTMLTextField.php HTMLForm: Add 'title' type 2015-07-09 15:44:09 +00:00
HTMLTextFieldWithButton.php ellapsed => elapsed 2015-06-23 03:32:33 +00:00
HTMLTitleTextField.php HTMLForm: Add 'title' type 2015-07-09 15:44:09 +00:00
HTMLUserTextField.php Implement UserInputWidget in OOUI/MW Widgets 2015-07-20 06:11:16 +02:00
OOUIHTMLForm.php OOUIHTMLForm: Support setWrapperLegend() 2015-07-13 19:20:08 +02:00
VFormHTMLForm.php OOUIHTMLForm: Support setWrapperLegend() 2015-07-13 19:20:08 +02:00