Skip to content
Snippets Groups Projects
Commit 0fb5f601 authored by Cyril Moineau's avatar Cyril Moineau Committed by vincent lorrain
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 1e49d12c
No related branches found
No related tags found
1 merge request!29GraphRegex interface class
Checking pipeline status
...@@ -54,7 +54,7 @@ class GraphRegex{ ...@@ -54,7 +54,7 @@ class GraphRegex{
void setNodeKey(const std::string key,std::function<bool(NodePtr)> f); void setNodeKey(const std::string key,std::function<bool(NodePtr)> f);
/*** /***
* @brief brief match the querys in the graph * @brief brief match the queries in the graph
* @param Reference the graph were the querys in search * @param Reference the graph were the querys in search
* @return the result * @return the result
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment