-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule document-graph
updated
14 files
+3 −3 | include/docs.hpp | |
+10 −57 | include/document_graph/content.hpp | |
+18 −16 | include/document_graph/document.hpp | |
+19 −14 | include/document_graph/document_graph.hpp | |
+21 −32 | include/document_graph/edge.hpp | |
+44 −109 | include/document_graph/util.hpp | |
+11 −16 | include/logger/logger.hpp | |
+3 −3 | src/docs.cpp | |
+0 −40 | src/document_graph/content.cpp | |
+62 −25 | src/document_graph/document.cpp | |
+42 −41 | src/document_graph/document_graph.cpp | |
+41 −91 | src/document_graph/edge.cpp | |
+31 −41 | src/document_graph/util.cpp | |
+2 −2 | src/logger/logger.cpp |