escape tags and entity in doxygen comments
authorAntoine Musso <hashar@free.fr>
Tue, 10 Jul 2012 12:48:06 +0000 (14:48 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 10 Jul 2012 15:08:32 +0000 (17:08 +0200)
commitaab43dd49523476f3ec28c695e43006446a7be7a
treefce6adc933950d5ee55dfbae96546a953a846f19
parentd11d3282a5153bd47ea6011f7b4e94773c8e97f7
escape tags and entity in doxygen comments

When inserting XML elements inline <such as this one>, doxygen chokes
about it not being known. Simply enclosing the tag in double quotes
prevents doxygen from emitting a warning.

Also enclosed a few invalid functions calls such as \. and double quoted
the HTML entities such as &foobar;

Change-Id: I4019637145e683c2bec3d17b2fd98b0c50a932f1
43 files changed:
includes/ChangesList.php
includes/DefaultSettings.php
includes/EditPage.php
includes/Export.php
includes/GlobalFunctions.php
includes/HTMLForm.php
includes/Html.php
includes/Import.php
includes/MagicWord.php
includes/OutputPage.php
includes/Pager.php
includes/Preferences.php
includes/RevisionList.php
includes/Sanitizer.php
includes/Skin.php
includes/SkinLegacy.php
includes/SkinTemplate.php
includes/User.php
includes/WebRequest.php
includes/api/ApiBase.php
includes/api/ApiPageSet.php
includes/api/ApiQueryCategoryInfo.php
includes/api/ApiQueryImages.php
includes/api/ApiResult.php
includes/db/Database.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/lockmanager/MemcLockManager.php
includes/filerepo/file/File.php
includes/installer/WebInstallerOutput.php
includes/installer/WebInstallerPage.php
includes/job/DoubleRedirectJob.php
includes/json/FormatJson.php
includes/media/MediaTransformOutput.php
includes/media/SVGMetadataExtractor.php
includes/media/XMP.php
includes/objectcache/MemcachedClient.php
includes/parser/Parser.php
includes/parser/ParserOutput.php
includes/parser/Preprocessor.php
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderModule.php