From: Michael Andres Date: Mon, 16 Jan 2012 10:25:45 +0000 (+0100) Subject: backup X-Git-Tag: 11.1.0~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaeccfbddbed9f216e9930c32e618f8dc1cc0a9d;p=platform%2Fupstream%2Flibzypp.git backup --- diff --git a/devel/genclass.in b/devel/genclass.in index faa493a..6959748 100644 --- a/devel/genclass.in +++ b/devel/genclass.in @@ -65,7 +65,8 @@ cat <, private base::NonCopyable ${INDENT}{ ${INDENT} friend std::ostream & operator<<( std::ostream & str, const ${CLASS} & obj ); @@ -136,11 +137,9 @@ ${INDENT} * ( bool(${CLASS}) == bool(${CLASS}) ). ${INDENT} */ ${INDENT} } ${INDENT} public: -${INDENT} /** Implementation */ -${INDENT} class Impl; +${INDENT} class Impl; ///< Implementation class. ${INDENT} private: -${INDENT} /** Pointer to implementation */ -${INDENT} RWCOW_pointer _pimpl; +${INDENT} RWCOW_pointer _pimpl; ///< Pointer to implementation. ${INDENT}}; ${INDENT}/** \relates ${CLASS} Stream output */ @@ -175,8 +174,10 @@ using std::endl; $(nsopen) -${INDENT}/** ${CLASS} implementation. -${INDENT} */ +${INDENT}/////////////////////////////////////////////////////////////////// +${INDENT}/// \class ${CLASS}::Impl +${INDENT}/// \brief ${CLASS} implementation. +${INDENT}/////////////////////////////////////////////////////////////////// ${INDENT}struct ${CLASS}::Impl ${INDENT}{ ${INDENT} friend std::ostream & operator<<( std::ostream & str, const Impl & obj );