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