Currently, the details links (source, see, authors, mixes in, etc.) appears after the Parameters section and before other sections like Returns.
See https://doc.wikimedia.org/mediawiki-core/master/js/MessagePosterFactory.html#create. (If there is no Parameters section, the details links appear in the same place; see https://doc.wikimedia.org/mediawiki-core/master/js/mw.Debug.html#.buildConsoleTable)
To do: Move the details links to the end of the section, following Returns, Throws, and any other subsections, by moving these lines to after line 147