~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/doc_generate/autodoc_rstx.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-03 07:39:47 UTC
  • mfrom: (2215.5.1 bzr_man.rstx)
  • Revision ID: pqm@pqm.ubuntu.com-20070103073947-f9906c0b1f425aa9
(bialix) Fix generation of rstx man page

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
            l = '        --' + option_name
116
116
            if option.type is not None:
117
117
                l += ' ' + option.argname.upper()
118
 
            short_name = option.short_name()
 
118
            short_name = option.short_name
119
119
            if short_name:
120
120
                assert len(short_name) == 1
121
121
                l += ', -' + short_name