summaryrefslogtreecommitdiff
path: root/src/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.h')
-rw-r--r--src/configuration.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/configuration.h b/src/configuration.h
index ce3d6daa1..852666a39 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -128,10 +128,6 @@ class ConfigurationObject notfinal
/**
* Serialises a container into a list of configuration options
*
- * \param IT Iterator type over CONT
- * \param T Elements that IT iterates over
- * \param CONT The associated container type
- *
* \param name Name of the list the elements should be stored under
* \param begin Iterator start
* \param end Iterator end
@@ -169,10 +165,6 @@ class ConfigurationObject notfinal
/**
* Serialises a container into a list of configuration options
*
- * \param IT Iterator type over CONT
- * \param T Elements that IT iterates over
- * \param CONT The associated container type
- *
* \param name Name of the list the elements should be read from under
* \param empty Initial (empty) container to write to
* \param manager An object capable of deserialising items into CONT