diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-28 19:50:39 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-28 19:50:39 +0200 |
| commit | 7f42698f4c733269a1b2b74d993186b362a9208a (patch) | |
| tree | 62bd5ee7ae081a3adcba6c37a9f1edf04afc51b0 /src/organizercore.h | |
| parent | d2b7a1a321d5cf496860f717eccdfb9487621169 (diff) | |
Change auto& to const auto&.
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index c08a1495..00765694 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -125,8 +125,8 @@ public: }
/**
- * Apply fnIn to each content whose ID is in the given set, and fnOut to each content not in the
- * given set, excluding filter-only content (from both cases) unless includeFilter is true..
+ * @brief Apply fnIn to each content whose ID is in the given set, and fnOut to each content not in the
+ * given set, excluding filter-only content (from both cases) unless includeFilter is true.
*
* @param ids The set of content IDs.
* @param fnIn Function to apply to content whose IDs are in ids.
|
