Shorten /// @copydoc snippet

This commit is contained in:
Kenneth Benzie 2016-11-02 20:49:53 +00:00
parent b0c2bbbc03
commit b1da5f8097

View File

@ -23,6 +23,6 @@ snippet doxygen "Doxygen file block" b
/// Copyright (C) 2002-2016 Codeplay Software Limited. All Rights Reserved.
endsnippet
snippet copydoc "Doxygen copydoc block"
/// @copydoc $0
snippet cp "Doxygen copydoc block"
@copydoc $0
endsnippet