gstreamer/docs
David Schleef 3f763b167c make a few things clearer
Original commit message from CVS:
make a few things clearer
2003-09-13 20:20:44 +00:00
..
code-reviews Re-arranged the build a bit to try to make it more sane. Added some debug. 2001-01-01 08:37:41 +00:00
design current set of design docs, in .txt format 2001-01-20 20:08:59 +00:00
faq commit 2003-09-11 10:53:22 +00:00
gst ignore files 2003-09-11 12:05:08 +00:00
libs ignore 2003-09-11 12:13:56 +00:00
manual Fix pkg-config module name suffixes (-0.7). Closes #116089 2003-06-30 07:13:24 +00:00
plugins oops.. 2002-01-10 04:14:12 +00:00
pwg make a few things clearer 2003-09-13 20:20:44 +00:00
random Update, now that I understand interfaces a bit better... 2003-09-13 10:17:49 +00:00
slides initial checkin 2000-01-30 10:44:33 +00:00
xsl patch from jrb 2002-12-18 09:19:44 +00:00
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
95NonPath added updated tex limits for dbian systems 2002-07-11 19:43:32 +00:00
building-the-docs-on-debian doc fixen 2002-07-11 19:40:06 +00:00
Makefile.am Make docs building dependent on BUILD_DOCS, this appears to be what is intended by configure.ac. 2003-07-29 03:05:59 +00:00
manuals.mak add --disable-xsltproc-net option to pass --nonet to xsltproc 2003-01-19 00:40:50 +00:00
README readme 2003-09-11 10:47:32 +00:00

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 ?