From 644d7b74d18a5838a7f26de02bd0aa9a212de85c Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 7 Jun 2010 16:18:58 -0300 Subject: Added the "default-constructor" attribute to the "primitive-type" tag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default-constructor attribute specifies a way to build an instance of a class declared as primitive type using default arguments. Documentation and a test were also added. Reviewed by Luciano Wolf Reviewed by Renato Araújo --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9fc31be55..c9f27f399 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -20,6 +20,7 @@ declare_test(testimplicitconversions) declare_test(testmodifydocumentation) declare_test(testmodifyfunction) declare_test(testmultipleinheritance) +declare_test(testprimitivetypetag) declare_test(testrefcounttag) declare_test(testreferencetopointer) declare_test(testremoveimplconv) -- cgit v1.2.3