This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Doc: make python function/method descriptions look as in Python


Thanks!

I spotted one problem.  Changing the description of gdb.prompt_hook from a defop to a defun made the xref{prompt_hook} not work.  Either that or  it was broken already.  I made it xref{gdb.prompt_hook} but that produces an error when I click on that cross-reference.  What's the texinfo magic to  define what xref points to?

	paul

-----Original Message-----
From: Phil Muldoon [mailto:pmuldoon@redhat.com] 
Sent: Tuesday, September 06, 2011 3:36 PM
To: Koning, Paul
Cc: gdb-patches@sourceware.org
Subject: Re: Doc: make python function/method descriptions look as in Python

<Paul_Koning@Dell.com> writes:

> Here is an updated version.  This one replaces defmethod by defun and defivar by defvar, with the class name explicit on the symbol as is the Python documentation convention.  I'm sending the diff as an attachment, hope that works right.

I think it is great.  If Eli is fine with it, and it meets the standards of the GDB manual, I think it would be an improvement.

Cheers

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]