Missing doxygen comment.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Wed, 10 May 2006 16:22:46 +0000 (16:22 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Wed, 10 May 2006 16:22:46 +0000 (16:22 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@97 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/base.h

index ac6f33a..c471dc2 100644 (file)
         virtual cname* buildObject() const { \
             return buildObject(namespaceURI,cname::LOCAL_NAME,namespacePrefix); \
         } \
+        XMLTOOLING_DOXYGEN(Builder that allows element/type override.) \
         virtual cname* buildObject( \
             const XMLCh* nsURI, const XMLCh* localName, const XMLCh* prefix=NULL, const xmltooling::QName* schemaType=NULL \
             ) const