Skip to content

Commit 09e8a29

Browse files
committed
docs: remove small comments
1 parent fba8455 commit 09e8a29

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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)

include/lfmc/manager.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)