public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [DOC Patch] Incorrect @xref in #pragma visibility
@ 2014-05-15  2:26 David Wohlferd
  2014-05-16 18:20 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: David Wohlferd @ 2014-05-15  2:26 UTC (permalink / raw)
  To: gcc-patches; +Cc: Gerald Pfeifer

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

I have a release on file with the FSF, but don't have SVN write access.

Problem description:
The existing docs have an @xref in the middle of a sentence, resulting 
in weird capitalization and sentence structure:

"This pragma allows the user to set the visibility for multiple 
declarations without having to give each a visibility attribute See 
Function Attributes, for more information about visibility and the 
attribute syntax."

ChangeLog:
2014-05-14  David Wohlferd <dw@LimeGreenSocks.com>

          * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref

dw


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: extend.texi.patch --]
[-- Type: text/x-patch; name="extend.texi.patch", Size: 575 bytes --]

Index: extend.texi
===================================================================
--- extend.texi	(revision 210349)
+++ extend.texi	(working copy)
@@ -17075,8 +17075,7 @@
 
 This pragma allows the user to set the visibility for multiple
 declarations without having to give each a visibility attribute
-@xref{Function Attributes}, for more information about visibility and
-the attribute syntax.
+(@pxref{Function Attributes}).
 
 In C++, @samp{#pragma GCC visibility} affects only namespace-scope
 declarations.  Class members and template specializations are not

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [DOC Patch] Incorrect @xref in #pragma visibility
  2014-05-15  2:26 [DOC Patch] Incorrect @xref in #pragma visibility David Wohlferd
@ 2014-05-16 18:20 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2014-05-16 18:20 UTC (permalink / raw)
  To: David Wohlferd, gcc-patches; +Cc: Gerald Pfeifer

On 05/14/14 20:25, David Wohlferd wrote:
> 2014-05-14  David Wohlferd <dw@LimeGreenSocks.com>
>
>           * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
Approved and installed on your behalf.

Thanks,
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-16 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15  2:26 [DOC Patch] Incorrect @xref in #pragma visibility David Wohlferd
2014-05-16 18:20 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).