Changed comment phrasing
parent
0d70be459e
commit
4b28f4d082
|
@ -327,7 +327,7 @@ std::string Class::getTypedef() const {
|
|||
|
||||
void Class::comment_fragment(FileWriter& proxyFile) const
|
||||
{
|
||||
proxyFile.oss << "%%" << " -------Overloads-------" << endl;
|
||||
proxyFile.oss << "%%" << " -------Constructors-------" << endl;
|
||||
BOOST_FOREACH(ArgumentList argList, constructor.args_list)
|
||||
{
|
||||
proxyFile.oss << "%" << name << "(";
|
||||
|
|
Loading…
Reference in New Issue