While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

Docs.

ApiIndex Property

Assembly
Wyam.Docs.dll
Namespace
Wyam.Docs
Containing Type
Docs

Syntax

[SourceInfo]
public static ApiIndex ApiIndex { get; }

Attributes

Type Description
SourceInfoAttribute A clever trick to get source info for declarations during reflection. From http://stackoverflow.com/a/17998371/807064.

Value

Type Description
ApiIndex
GitHub