gstreamer/docs
Thomas Vander Stichele 4317361af4 fix broken xml
Original commit message from CVS:
fix broken xml
2004-01-27 23:08:18 +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 add faq entry for building form source 2003-12-29 14:09:59 +00:00
gst Revert accidental checkin and start over 2004-01-26 23:16:21 +00:00
libs Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that it works with Solaris /bin/sh. Fixed gst/gstpl... 2003-12-19 20:27:03 +00:00
manual reorganizing manual so that concepts are explained before code is shown. 2003-12-29 14:15:02 +00:00
plugins oops.. 2002-01-10 04:14:12 +00:00
pwg fix broken xml 2004-01-27 23:08:18 +00:00
random adding docs 2004-01-19 18:00:43 +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 in tagging 2003-11-24 02:09:23 +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 uninstall fixes 2003-12-14 22:27:25 +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 in tagging 2003-11-24 02:09:23 +00:00
manuals.mak fix for case where none of the tools for docbuilding are there but validity check needs image.entities 2003-12-11 16:39:32 +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 ?