mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Add --sgml-mode to allow sgml in doc-fragments (which somehow works before
* docs/reference/gobject/Makefile.am: Add --sgml-mode to allow sgml in doc-fragments (which somehow works before already). * gobject/gboxed.h: * gobject/gclosure.c: * gobject/gparam.c: * gobject/gparam.h: * gobject/gtype.h: Convert character entities back. FIx some broken sgml. svn path=/trunk/; revision=7078
This commit is contained in:
@@ -33,7 +33,7 @@ GTKDOC_LIBS = \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS=
|
||||
MKDB_OPTIONS=--sgml-mode
|
||||
|
||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
||||
content_files = version.xml \
|
||||
|
Reference in New Issue
Block a user