diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-08-12 17:07:46 +0200 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-08-12 21:06:36 +0200 |
commit | 0f1e31ad2451b1e00f631e217d9d29d306404f2d (patch) | |
tree | 9df22ec49c982912979aa6b907dd25dc27fccd96 /docs/Makefile.am | |
parent | c568794a6f75cc9cc297b24978bc7480ee689bea (diff) | |
download | atk-0f1e31ad2451b1e00f631e217d9d29d306404f2d.tar.gz |
doc: removing several .sgml files and fixing gtk-doc warnings
The static documentation of those .sgml (so the reason of
tracking those objects) where moved to the source files.
Some other stuff was changed in order to prevent gtk-doc warnings
(like replacing "Returns blah" for the correct "Returns: blah")
https://bugzilla.gnome.org/show_bug.cgi?id=684665
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f83cad7..11ef943 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -8,6 +8,8 @@ DOC_MODULE=atk # The top-level SGML file. DOC_MAIN_SGML_FILE=atk-docs.sgml +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS=--deprecated-guards=G_DISABLE_DEPRECATED # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR=../atk |