HTML: links to source are missing
Pascal Bauermeister <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <1102095662.28171.11.camel@amazon> |
Hi,
I have parsed python source code to a single 'files.ast' file (to
simplify).
Now when generating the HTML doc, no links to source files have been
generated. I did:
synopsis -v -f HTML -o path/to/generated/doc/html files.ast
Should I pass extra arguments to the formatter ? or write a custom
config file ?
TIA
Pascal