# Functions
CleanAndCheckURL returns cleaned URL but also an error if given url contains variables that can't be cleaned.
CleanURL given a URL with declared variable inside, returns the same URL with harmonized variable names.
GenerateDocumentation generates hugo documentation for a command line.
GenMarkdownCustom creates custom markdown output.
# Structs
Doc represents elements wanted in the documentation.
Method Represent data on a method.
Middleware represents a middleware.
RouteInfo Information on a route.