gstreamer/docs
David Schleef 3754e36428 Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3
Original commit message from CVS:
Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3
2003-12-18 05:40:34 +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 Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gst Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
libs Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
manual Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
plugins oops.. 2002-01-10 04:14:12 +00:00
pwg Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
random Notes on migration 2003-12-02 18:46:01 +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 Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +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
HACKING some hacking notes 2003-10-08 14:56:26 +00:00
htmlinstall.mak Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
image-eps fix docs build for good 2003-10-08 14:34:09 +00:00
image-pdf fix docs build for good 2003-10-08 14:34:09 +00:00
image-png fix docs build for good 2003-10-08 14:34:09 +00:00
Makefile.am Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
manuals.mak Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
README readme 2003-09-11 10:47:32 +00:00
version.entities.in this was wrong 2003-10-20 19:40:48 +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 ?