Skip to content

Commit

Permalink
Workaround broken gtkdoc-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Feb 2, 2020
1 parent f3709b7 commit 08252b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/reference/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ CFILE_GLOB=

# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES=terraserver.h terraservermapsource.h
# Note the 'non' terraserver files currently contain non UTF8 '(C)' characters
# which breaks gtkdoc-scan, so work around it
IGNORE_HFILES=terraserver.h terraservermapsource.h coords.h jpeg-marker.h jpeg-data.h
# To find such files something like this (NB isutf8 is in the Debian moreutils package)
# find . -name '*.[ch]' -exec isutf8 \{\} \;

# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
Expand Down

0 comments on commit 08252b6

Please sign in to comment.