diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-06 13:58:52 +0000 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 16:27:59 +0000 |
| commit | 50bf9cd2f6bc9fb21d9793377f0fd534732d215d (patch) | |
| tree | 4d051dbc99327ae965518850b08e27e2bca26543 /doc/reference | |
| parent | 20c861f02f8e41cde2dec92f9d63d8266383c26b (diff) | |
| download | json-glib-50bf9cd2f6bc9fb21d9793377f0fd534732d215d.tar.gz | |
docs: Drop the SGML mode
The whole documentation is now MarkDown.
Diffstat (limited to 'doc/reference')
| -rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 1cdbb74..d9ef4a1 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -24,7 +24,7 @@ SCAN_OPTIONS = --deprecated-guards="JSON_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=json +MKDB_OPTIONS = --output-format=xml --name-space=json # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl |
