mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	Updates to docs and various changes to project from working on them.
- CodeParam -> CodeParams - interfaces array weren't being used in parse_class_struct - added enum_underlying_sig
This commit is contained in:
		@@ -174,7 +174,7 @@ CodeFn rename_function_to_unique_symbol(CodeFn fn, StrC optional_prefix = txt(""
 | 
			
		||||
 | 
			
		||||
    // Add parameter types to create a unique signature
 | 
			
		||||
    bool first_param = true;
 | 
			
		||||
    for (CodeParam param = fn->Params; param.ast; param = param->Next)
 | 
			
		||||
    for (CodeParams param = fn->Params; param.ast; param = param->Next)
 | 
			
		||||
    {
 | 
			
		||||
        if (param->ValueType)
 | 
			
		||||
        {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user