diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-07-03 14:57:15 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-07-03 14:57:15 +0200 |
commit | 9510edd308e366cf5df07f6a53db77746545785c (patch) | |
tree | 64e4fbcc25fcd92a9d30b8ca0eeb55b4320eadbf | |
parent | aa17dcf852e781df4613c91e46b36ea946aba7ec (diff) | |
download | kconfig-9510edd308e366cf5df07f6a53db77746545785c.tar.gz kconfig-9510edd308e366cf5df07f6a53db77746545785c.tar.bz2 |
API dox: use @param for normal parameter listing, not @arg
-rw-r--r-- | src/core/kcoreconfigskeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index b428708e..729f5acf 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -1379,7 +1379,7 @@ public: /** * Removes and deletes an item by name - * @arg name the name of the item to remove + * @param name the name of the item to remove */ void removeItem(const QString &name); |