Hashar has uploaded a new change for review. Change subject: escape HTML elements in docblock with double quotes ......................................................................
escape HTML elements in docblock with double quotes Doxygen choke on text enclosed by '<' and '>' since it tries to interpret them as HTML or XML elements. This patch adds double quotes in includes/api/*.php files around the two following strings: <Firstname>.<Lastname>@gmail.com <Firstname><Lastname>@gmail.com Which becomes: "<Firstname>.<Lastname>@gmail.com" "<Firstname><Lastname>@gmail.com" Tested locally, it prevents doxygen 1.8.0 related warnings. Change-Id: I36d82eb3fd4989ee3ffc65b0b527b83711d1ba69 --- M includes/api/ApiBase.php M includes/api/ApiBlock.php M includes/api/ApiDelete.php M includes/api/ApiDisabled.php M includes/api/ApiEditPage.php M includes/api/ApiExpandTemplates.php M includes/api/ApiFeedWatchlist.php M includes/api/ApiFormatBase.php M includes/api/ApiFormatDbg.php M includes/api/ApiFormatJson.php M includes/api/ApiFormatPhp.php M includes/api/ApiFormatRaw.php M includes/api/ApiFormatTxt.php M includes/api/ApiFormatWddx.php M includes/api/ApiFormatXml.php M includes/api/ApiFormatYaml.php M includes/api/ApiHelp.php M includes/api/ApiImport.php M includes/api/ApiLogin.php M includes/api/ApiLogout.php M includes/api/ApiMain.php M includes/api/ApiMove.php M includes/api/ApiOpenSearch.php M includes/api/ApiPageSet.php M includes/api/ApiParamInfo.php M includes/api/ApiParse.php M includes/api/ApiProtect.php M includes/api/ApiQuery.php M includes/api/ApiQueryAllCategories.php M includes/api/ApiQueryAllLinks.php M includes/api/ApiQueryAllMessages.php M includes/api/ApiQueryAllPages.php M includes/api/ApiQueryAllUsers.php M includes/api/ApiQueryBacklinks.php M includes/api/ApiQueryBase.php M includes/api/ApiQueryBlocks.php M includes/api/ApiQueryCategories.php M includes/api/ApiQueryCategoryInfo.php M includes/api/ApiQueryCategoryMembers.php M includes/api/ApiQueryDeletedrevs.php M includes/api/ApiQueryDisabled.php M includes/api/ApiQueryDuplicateFiles.php M includes/api/ApiQueryExtLinksUsage.php M includes/api/ApiQueryExternalLinks.php M includes/api/ApiQueryIWBacklinks.php M includes/api/ApiQueryIWLinks.php M includes/api/ApiQueryImageInfo.php M includes/api/ApiQueryImages.php M includes/api/ApiQueryInfo.php M includes/api/ApiQueryLangBacklinks.php M includes/api/ApiQueryLangLinks.php M includes/api/ApiQueryLinks.php M includes/api/ApiQueryLogEvents.php M includes/api/ApiQueryProtectedTitles.php M includes/api/ApiQueryQueryPage.php M includes/api/ApiQueryRecentChanges.php M includes/api/ApiQueryRevisions.php M includes/api/ApiQuerySearch.php M includes/api/ApiQuerySiteinfo.php M includes/api/ApiQueryUserContributions.php M includes/api/ApiQueryUserInfo.php M includes/api/ApiQueryUsers.php M includes/api/ApiQueryWatchlist.php M includes/api/ApiQueryWatchlistRaw.php M includes/api/ApiResult.php M includes/api/ApiRollback.php M includes/api/ApiUnblock.php M includes/api/ApiUndelete.php M includes/api/ApiUserrights.php M includes/api/ApiWatch.php 70 files changed, 72 insertions(+), 72 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/91/15691/1 -- To view, visit https://gerrit.wikimedia.org/r/15691 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I36d82eb3fd4989ee3ffc65b0b527b83711d1ba69 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
