File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Documentation build configuration
2- # Placeholder for Doxygen or other documentation tools
32
4- # Example Doxygen configuration:
53# find_package(Doxygen)
64# if(DOXYGEN_FOUND)
75# set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in)
Original file line number Diff line number Diff line change @@ -31,9 +31,8 @@ class Manager {
3131
3232 private:
3333 // Internal data structures for managing processes and schemes will be added here
34- // TODO decide on the appropriate strategy implementation - refer to notes and design patterns
35- // TODO figure out how processes and schemes will interact with each other and decide
36- // appropriate pattern
34+ // TODO decide on the appropriate strategy implementation - refer to notes and design patterns -
35+ // runtime vs. compile-time determines more
3736};
3837
3938} // namespace lfmc
You can’t perform that action at this time.
0 commit comments