mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
d494eef5a7
Original commit message from CVS: readme
23 lines
644 B
Text
23 lines
644 B
Text
GTK-DOC stuff
|
|
-------------
|
|
|
|
* starting files in CVS:
|
|
- Makefile.am
|
|
- gstreamer-sections.txt, gstreamer.types.in, gstreamer-docs.sgml
|
|
- tmpl/
|
|
|
|
* what is done in the gst dir ?
|
|
|
|
- headers are scanned based on $(MODULE).types
|
|
$(MODULE)-scan is created
|
|
gtkdoc-scan is called with a sourcedir and a module name,
|
|
where the module name is $(MODULE)
|
|
$(MODULE)-sections.txt is created if it doesn't exist yet (it should),
|
|
as well as $(MODULE)-decl.txt and $(MODULE)-decl-list.txt
|
|
|
|
and .args, .hierarchy and .signals files are created
|
|
gtkdoc-scan is called
|
|
|
|
|
|
* TODO:
|
|
why is there gstreamer.types.in and gst-plugins.types.in ?
|