mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36: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:
		@@ -43,7 +43,7 @@ int gen_main()
 | 
			
		||||
	CodeBody especifier  = gen_especifier( "enums/ESpecifier.csv" );
 | 
			
		||||
	CodeBody ast_inlines = gen_ast_inlines();
 | 
			
		||||
 | 
			
		||||
	Builder header_ecode = builder_open( "components/gen/ecode.hpp" );
 | 
			
		||||
	Builder header_ecode = builder_open( "components/gen/ecodetypes.hpp" );
 | 
			
		||||
	builder_print( & header_ecode, gen_component_header );
 | 
			
		||||
	builder_print( & header_ecode, format(ecode) );
 | 
			
		||||
	builder_write( & header_ecode);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user