From 036d5509ded4afdfb80544a163e8dc0466c66d0c Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@cnes.fr> Date: Thu, 25 Apr 2019 17:18:59 +0200 Subject: [PATCH] DOC: Add FunctorFilter section in TOC --- Documentation/Cookbook/rst/C++/DeveloperGuide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Cookbook/rst/C++/DeveloperGuide.rst b/Documentation/Cookbook/rst/C++/DeveloperGuide.rst index 2808c4479c..03a1c84d7c 100644 --- a/Documentation/Cookbook/rst/C++/DeveloperGuide.rst +++ b/Documentation/Cookbook/rst/C++/DeveloperGuide.rst @@ -7,6 +7,7 @@ Developer Guide Iterators Filters StreamingAndThreading + FunctorFilter PersistentFilters WriteAnApplication AddingNewModules -- GitLab