Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Cannot generate param and returns tag for top level function declaration #1

Closed
acmore opened this issue Apr 10, 2016 · 0 comments
Closed
Assignees
Labels

Comments

@acmore
Copy link
Owner

acmore commented Apr 10, 2016

For function declarations in top level namespace, it fails to get the CodeElement.

Example:

/// <summary>
/// 
/// </summary>
int TestDeclartion();

while the correct result is

/// <summary>
/// 
/// </summary>
/// <returns></returns>
int TestDeclartion();
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant