C# Class APIDocumentationCreator.HTMLGenerator

Afficher le fichier Open project: nberardi/hMailServer Class Usage Examples

Méthodes publiques

Méthode Description
CreateLinkToType ( Parser parser, string type ) : string
FriendlynizeType ( string unfriendly ) : string
Generate ( Parser parser, string destinationFolder ) : void

Private Methods

Méthode Description
UploadDocument ( MySqlConnection conn, APIDocumentationCreator.APIInterface apiInterface, string text ) : void

Method Details

CreateLinkToType() public méthode

public CreateLinkToType ( Parser parser, string type ) : string
parser Parser
type string
Résultat string

FriendlynizeType() public méthode

public FriendlynizeType ( string unfriendly ) : string
unfriendly string
Résultat string

Generate() public méthode

public Generate ( Parser parser, string destinationFolder ) : void
parser Parser
destinationFolder string
Résultat void