amendTopic

public void amendTopic(String amendedShortText, String amendedFullText)

Allows the server admin (or another plugin) to add or replace the contents of getClassById help topic.

A null in either parameter will leave that part of the topic unchanged. In either amending parameter, the string <text> is replaced with the existing contents in the help topic. Use this to append or prepend additional content into an automatically generated help topic.

Parameters

amendedShortText

The new topic short text to use, or null to leave alone.

amendedFullText

The new topic full text to use, or null to leave alone.