Re: Does Synopsis recognize "outlined" comments?
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Hi Richard, > Does Synopsis currently have the ability to recognize outlined member > function definitions and associate their comments with the corresponding > member function declaration? If so, could you please point me to that > feature? If not, is that something that could be added to Synopsis with > modest effort? Depending on how big a job it would be, I might be > willing to do it. While synopsis parses the whole C++ code, not just declarations, comments are only processed for declarations, i.e. all other comments are dropped somewhere in the processing pipeline. Thus, I believe that the feature you are asking for would be implementable with small to medium efford. > If you like, I can file this as a bug report. Also, my example is > pretty simple, but please let me know if you want to see my modified > Path.h file. Yes, I would very much appreciate if you could file this as an enhancement request. I do understand what you are asking for, but having an open bug report is always an efficient reminder :-) Any help you may be willing to provide is certainly very much appreciated. If you are registered on the bug / task tracker we can discuss details there. Thanks, Stefan