diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-10-09 13:08:53 -0400 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-10-09 13:08:53 -0400 |
commit | 2fe1748295c97cd8251e1711e0f54c4d65633d48 (patch) | |
tree | 99774cbbfc1a5abcaf1eddfb7a08c4cf05571be3 /docs | |
parent | 34aa27f600dfc88861b1ffc246997de4db5c342a (diff) | |
download | libnotify-2fe1748295c97cd8251e1711e0f54c4d65633d48.tar.gz |
notification.h: Add deprecation guards
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 509dea4..2ae617f 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -25,7 +25,7 @@ SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= +SCAN_OPTIONS=--deprecated-guards="LIBNOTIFY_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml |