tagion.behaviour.Emendation

Undocumented in source.

Members

Functions

camelName
string camelName(string names_with_space, Flag!"BigCamel" flag)
emendation
void emendation(FeatureGroup feature_group, string module_name)

This function tries to add functions name to a feature group for the action description

filterName
string filterName(const(char[]) name)
Undocumented in source. Be warned that the author may not have intended to support it.
isUnique
bool isUnique(string[] list_of_names)
isValidName
bool isValidName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
suggestModuleName
string suggestModuleName(string filename, const(string)[] paths)

Suggest a module name from the paths and the filename

takeName
void takeName(string action_name, string description)

This function add a word in reverse order from the description

Meta