You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the documentation extraction functions can only return an identified docstring or None. To deal with this issue, we should add an error state as a third possibility, when a start marker is found but the others aren't. I'm not sure if raising an Exception or returning some kind of error object is better.
DocumentationExtraction works good when java docstyle as given below is used.
But if we remove that one space from that mid marker and end marker as follows
DocumentationExtraction doesn't return anything. We need to throw a nice warning message for the above case.
The text was updated successfully, but these errors were encountered: