RE: view source?
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <20DCDD8F0FCED411AC4D001083CF504502380D42@MTL-EXCHANGE> |
Hi Vicki, > From: Vicki Brown [mailto:[email protected]] > Am I missing something with synopsis? > > I have a lovely view of declarations but don't see a way too open the > actual source files in the browser. You have to instruct synopsis to generate a source view. Have a look into examples/Paths, 'doc3' may show you what you are looking for. > I can do this with Doxygen (but only if I pre-format the source to > look like C++; for Python that's a nonstarter :-( It would be possible to do something similar with python, but it wouldn't be as useful as for C++, as only types and functions are declared, but not variables. Regards, Stefan