Skip to content

Conversation

rhdunn
Copy link
Contributor

@rhdunn rhdunn commented Jul 10, 2014

This is a fix for documenting operator/ and operator/= in markdown. For example:

struct vector {
    const vector &operator/=(int scalar);
};

vector operator/(const vector &v, int scalar);

The XML/tree construction is working for this case. However, given the markdown:

#<cldoc:vector::operator/=>

Description.

#<cldoc:operator/>

Description.

The program fails with e.g. Unknown type '=' for id 'operator'. This patch prevents that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants