doc: Remove TODO markers from example code
This commit is contained in:
parent
737ff6afe3
commit
de1be0aba3
2 changed files with 2 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <asap/asap.hpp>
|
||||
|
||||
#include <process/process_collection.hpp>
|
||||
#include "process_definition.hpp" // TODO generate to <process/{idl/}process_definition.hpp>
|
||||
#include "process_definition.hpp"
|
||||
|
||||
namespace process::controller {
|
||||
class DefinitionListener;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef PROCESS_CONTROLLER_PREDICATE_HPP
|
||||
#define PROCESS_CONTROLLER_PREDICATE_HPP
|
||||
|
||||
#include "process_definition.hpp" // TODO: generate to <build>/idl/process/process_definition.hpp
|
||||
#include "process_definition.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
|
@ -62,8 +62,6 @@ namespace predicate {
|
|||
|
||||
/**
|
||||
* returns a function that checks whether the node of a ProcessDefinition matches a given pattern
|
||||
*
|
||||
* TODO implement more sophisticated glob matching, we currently support '*' and exact match
|
||||
*/
|
||||
[[nodiscard]] inline std::function<bool(const ProcessDefinition&)> node_matches(const std::string& pattern) noexcept
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue