Merge "Fix doc block for checkRefsNoReferences"

This commit is contained in:
jenkins-bot 2015-08-29 15:48:55 +00:00 committed by Gerrit Code Review
commit 1a9f0f2010

View file

@ -1047,8 +1047,10 @@ class Cite {
}
/**
* Called at the end of page processing to append an error if refs were
* used without a references tag.
* Called at the end of page processing to append a default references
* section, if refs were used without a main references tag. If there are references
* in a custom group, and there is no references tag for it, show an error
* message for that group.
*
* @param $afterParse bool true if called from the ParserAfterParse hook
* @param $parser Parser