diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 10:31:46 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 10:31:53 +1100 |
commit | f666550ba2c00323020127a4b7446f92e5d0d91a (patch) | |
tree | 820a095b93299648bbe58df785e158a0e5e22746 /include | |
parent | cfcef8c99908a781c1d5b4153f4fa9fca69d4351 (diff) |
vcl: doxygen issue - missing @endcond in vclptr.hxx
Change-Id: I5cb9566e372568a8836803807e730f983bdff4cd
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/vclptr.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/vclptr.hxx b/include/vcl/vclptr.hxx index 392d8476a2ec..3309cb56d63e 100644 --- a/include/vcl/vclptr.hxx +++ b/include/vcl/vclptr.hxx @@ -62,6 +62,8 @@ public: }; }; // namespace detail, namespace vcl +/// @endcond + /** * A thin wrapper around rtl::Reference to implement the acquire and dispose semantics we want for references to vcl::Window subclasses. * |