When using the "get" and "set" keywords to create methods for property access in an ActionScript 3 object, NatrualDocs generates duplicate links in the jump-links section at the top of the page (as one would expect, one for get and one for set), but they both link to the first of the two methods (as ordered in the code) and both links show the information for the first method when hovered over with the cursor.
e.g.
// Function: monkeys
// Gets the monkeys property value
// Returns:
// Whether or not there are monkeys about
public function get monkeys():Boolean
// Function: monkeys
// Sets whether there are monkeys about
// Parameters:
// about - whether or not there are monkeys about
public function set monkeys(Boolean about):void
This will generate two jump links, but both will jump to and display (on hover) information for the "get" monkeys() method.
Using NaturalDocs version 1.51