Just stumbled across the following bug (or is it a
feature?):
Class summaries may not start with 'Summary
description'. In this case, if 'Show missing Summaries'
is true, a missing summary warning is generated (if it
is false, the 'missing' summary is shown none the less...)
I'm running NDoc 1.3.1 (Core 1.3.1815.0), the problem
occurs for GUI or Console, with all documenters.
THe problem probably lies in ReflectionEngine.cs,
method CheckForMissingSummaryAndRemarks(...), where the
beginning of the summary string is checked. If this is
indeed intentional, it should be documented somewhere.