summaryrefslogtreecommitdiff
path: root/include/vcl/vclptr.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 17:19:09 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 17:27:44 +1100
commitbc9879b0f1c35211e3df045c522b8e5e1ead0fd1 (patch)
tree8369a59858a2356afe209f161de1f857526bc3e6 /include/vcl/vclptr.hxx
parent48324355de9546e99e81a524c3947567de8db555 (diff)
vcl: should be using @tparam for template parameters
Change-Id: I650448b4c24173a88b594185c2332861288ec753
Diffstat (limited to 'include/vcl/vclptr.hxx')
-rw-r--r--include/vcl/vclptr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclptr.hxx b/include/vcl/vclptr.hxx
index 3309cb56d63e..436a35859960 100644
--- a/include/vcl/vclptr.hxx
+++ b/include/vcl/vclptr.hxx
@@ -124,7 +124,7 @@ public:
*
* For more details on the design please see vcl/README.lifecycle
*
- * @param reference_type must be a subclass of vcl::Window
+ * @tparam reference_type must be a subclass of vcl::Window
*/
template<typename... Arg> static VclPtr< reference_type > Create(Arg &&... arg)
{