mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
doc: Add .cpp files to doc parser
Also, complete the list of directory that need to be visited.
This commit is contained in:
parent
398f7059fc
commit
e016989a80
1 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@ DOC_SOURCE_DIR = $(top_srcdir)/gst $(top_srcdir)/ext $(top_srcdir)/sys
|
||||||
SCAN_OPTIONS=
|
SCAN_OPTIONS=
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb.
|
# Extra options to supply to gtkdoc-mkdb.
|
||||||
MKDB_OPTIONS=--sgml-mode --source-suffixes=c,h,cc,m
|
MKDB_OPTIONS=--sgml-mode --source-suffixes=c,h,cc,cpp,m
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-fixref.
|
# Extra options to supply to gtkdoc-fixref.
|
||||||
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
||||||
|
@ -38,7 +38,8 @@ HFILE_GLOB= \
|
||||||
$(top_srcdir)/ext/*/*.hh
|
$(top_srcdir)/ext/*/*.hh
|
||||||
CFILE_GLOB= \
|
CFILE_GLOB= \
|
||||||
$(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $(top_srcdir)/sys/*/*.c \
|
$(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $(top_srcdir)/sys/*/*.c \
|
||||||
$(top_srcdir)/ext/*/*.cc $(top_srcdir)/sys/*/*.m
|
$(top_srcdir)/ext/*/*.cc $(top_srcdir)/ext/*/*.cpp $(top_srcdir)/sys/*/*.cpp \
|
||||||
|
$(top_srcdir)/ext/*/*.m $(top_srcdir)/sys/*/*.m
|
||||||
|
|
||||||
# Header files to ignore when scanning.
|
# Header files to ignore when scanning.
|
||||||
IGNORE_HFILES =
|
IGNORE_HFILES =
|
||||||
|
|
Loading…
Reference in a new issue