From d494eef5a7bb11cbd5e323f8dd24ed6c4e2cf805 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 11 Sep 2003 10:47:32 +0000 Subject: [PATCH] readme Original commit message from CVS: readme --- docs/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/README diff --git a/docs/README b/docs/README new file mode 100644 index 0000000000..e7f008d4dc --- /dev/null +++ b/docs/README @@ -0,0 +1,23 @@ +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 ?