finished config.h documentation, need to write config.md

This commit is contained in:
herbglitch 2025-03-28 01:34:29 -06:00
parent fc48793109
commit cb48a9f573
4 changed files with 217 additions and 44 deletions

View file

@ -4,7 +4,7 @@ Archeus' standard library is a collection of basic datatypes that does not depen
- @subpage standard-array "ARC_Array"
- @subpage standard-bool "ARC_Bool"
- @subpage standard-chemical "ARC_Chemical"
- @subpage standard-config "ARC_Config"
- @subpage standard-errno "ARC_Errno"
- @subpage standard-hashtable "ARC_Hashtable"
- @subpage standard-io "ARC_IO"

View file

@ -1,5 +1,5 @@
\page standard-chemical ARC_Chemical
\page standard-config ARC_Config
This type is being actively worked on. It will be a config type to read in .chemical files. The name was chosen from the four ethers that Archeus can be broken down into (Chemical, Life, Light, and Reflective)
*This page will be written after completing the ::ARC_Chemical type*
*This page will be written after completing the ::ARC_Config type*