Return the help description for alternative N.

Synopsis

Declared in <llvm/Support/CommandLine.h>

virtual
StringRef
getDescription(unsigned int N) const override;

Return Value

The help description for alternative N.

Parameters

Name

Description

N

Index of the alternative.

Created with MrDocs