for (String className : InternalUtils.sortedKeys(descriptions))
{
String simpleName = InternalUtils.lastTerm(className);
sink.listItem();
// Something is convertin the name attribute of the anchors to lower case, so
// we'll follow suit.
sink.link("#" + className.toLowerCase());