gstreamer/docs
Steve Baker be696360be hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
Original commit message from CVS:
hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
Am presuming that class names are only ever ascii.
2003-11-15 23:14:43 +00:00
..
code-reviews
design
faq fix uploads of docs 2003-10-09 11:29:59 +00:00
gst hack to not use the deprecated function g_strdown which looks like has been removed from fedora. 2003-11-15 23:14:43 +00:00
libs don't install html docs if they haven't been built 2003-11-14 18:37:23 +00:00
manual Fix GNOMEProgram to the correct capitalisation: GnomeProgram 2003-10-09 22:21:51 +00:00
plugins oops.. 2002-01-10 04:14:12 +00:00
pwg fix uploads of docs 2003-10-09 11:29:59 +00:00
random
slides
xsl
.gitignore
95NonPath
building-the-docs-on-debian
HACKING some hacking notes 2003-10-08 14:56:26 +00:00
htmlinstall.mak minor fix to trigger html build 2003-10-08 15:04:51 +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 cleaning output 2003-10-09 13:10:54 +00:00
manuals.mak cleaning output 2003-10-09 13:10:54 +00:00
README
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 ?