projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7b7a7
)
Suggest the use of G_STRFUNC
author
Javier Jardón
<jjardon@gnome.org>
Sun, 15 Nov 2009 22:58:23 +0000
(23:58 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 15 Nov 2009 22:58:23 +0000
(23:58 +0100)
Suggest G_STRFUNC in the documentation of the deprecated functions
G_GNUC_PRETTY_FUNCTION and G_GNUC_FUNCTION
docs/reference/glib/tmpl/macros_misc.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/glib/tmpl/macros_misc.sgml
b/docs/reference/glib/tmpl/macros_misc.sgml
index 39445574ca8dfa02abe0db91af419e602b66620b..7ce3ff38d191357eb7ea586d6aea65272eb2f653 100644
(file)
--- a/
docs/reference/glib/tmpl/macros_misc.sgml
+++ b/
docs/reference/glib/tmpl/macros_misc.sgml
@@
-328,7
+328,7
@@
Expands to "" on all modern compilers, and to <literal>__FUNCTION__</literal>
on <command>gcc</command> version 2.x. Don't use it.
</para>
-@Deprecated: 2.16
+@Deprecated: 2.16
: Use #G_STRFUNC instead.
<!-- ##### MACRO G_GNUC_PRETTY_FUNCTION ##### -->
@@
-338,7
+338,7
@@
Expands to "" on all modern compilers, and to
Don't use it.
</para>
-@Deprecated: 2.16
+@Deprecated: 2.16
: Use #G_STRFUNC instead.
<!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->