This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix documentation for Type.template_argument.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Justin Lebar <jlebar at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 24 Jun 2014 22:19:03 +0300
- Subject: Re: [PATCH] Fix documentation for Type.template_argument.
- Authentication-results: sourceware.org; auth=none
- References: <1403636496-9795-1-git-send-email-jlebar at google dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Justin Lebar <jlebar@google.com>
> Cc: Justin Lebar <jlebar@google.com>
> Date: Tue, 24 Jun 2014 12:01:36 -0700
>
> -If this @code{gdb.Type} is not a template type, this will throw an
> -exception. Ordinarily, only C@t{++} code will have template types.
> +If this @code{gdb.Type} is not a template type, or if the type has fewer
> +than N template arguments, this will throw an exception. Ordinarily,
^
@var{n}
Otherwise, the patch is OK Texinfo-wise; I don't know enough about
these issues to tell whether the content is correct, nor can I answere
your question.
Thanks.