Re: How to remove the dummy and see prev ?
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Hi Volodya, Vladimir Prus wrote: > Ok, but I still can't find the docs about tools/command lines which produce > the above pages? Note that I'd like this functionality not to learn Synopsis, > but to analyse other programs -- basically using Synopsis as program analysis > tool. point taken. I will try to make the tutorial more useful. In short, there are two ways to deal with cross-referenced views: A static view is generated using the HTML formatter with appropriate views. examples/Paths/doc3 demonstrates how this can be done. A dynamic view is generated using the SXR formatter. That will produce a database which the sxr.cgi script can query per http request (that is what the the references of my previous mail demonstrate). HTH, Stefan