# Missing Doc-Strings ### Summary There are many in-code documentation comments missing. **This needs to be resolved before moving further**. Technical debt accumulation is real. <br/> [Header: digital_size.hpp](https://github.com/InfinSys/Chevron/blob/proc-memory/include/chevron/common/units/digital/digital_size.hpp) [Header: size_concepts.hpp](https://github.com/InfinSys/Chevron/blob/proc-memory/include/chevron/common/units/digital/size_concepts.hpp) [Header: type_traits.hpp](https://github.com/InfinSys/Chevron/blob/proc-memory/include/chevron/common/units/digital/type_traits.hpp) [Header: alignment.hpp](https://github.com/InfinSys/Chevron/blob/proc-memory/include/chevron/utility/bits/alignment.hpp) [Header: algebra.hpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/include/chevron/utility/math/algebra.hpp) [Header: mem_pool_config.hpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/include/chevron/process/memory/mem_pool_config.hpp) [Header: memory_core.hpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/include/chevron/process/memory/memory_core.hpp) [Header: thread_engine.hpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/include/chevron/process/thread/thread_engine.hpp) [Source: mem_pool_config.cpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/src/process/memory/mem_pool_config.cpp) [Source: memory_core.cpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/src/process/memory/memory_core.cpp) [Source: proc_mem_pool.cpp](https://github.com/InfinSys/Chevron/blob/23547d15b7a5bffab44cfbe894d9ff048e0aa5ff/src/process/memory/proc_mem_pool.cpp) CODE </br> ### Task Goals - [ ] Provide missing documentation comments. <br/> <br/>
Missing Doc-Strings
Summary
There are many in-code documentation comments missing. This needs to be resolved before moving further. Technical debt accumulation is real.
Header: digital_size.hpp
Header: size_concepts.hpp
Header: type_traits.hpp
Header: alignment.hpp
Header: algebra.hpp
Header: mem_pool_config.hpp
Header: memory_core.hpp
Header: thread_engine.hpp
Source: mem_pool_config.cpp
Source: memory_core.cpp
Source: proc_mem_pool.cpp
CODE
Task Goals