gstreamer/docs
Ronald S. Bultje 420b49905b docs/pwg/advanced_tagging.xml: Half-assed commit so Thomas can re-arrange document IDs here to be consistent, too.
Original commit message from CVS:
2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* docs/pwg/advanced_tagging.xml:
Half-assed commit so Thomas can re-arrange document IDs here to be
consistent, too.
2004-01-28 15:13:10 +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 make upload work for both gtk-doc and docbook docs 2004-01-28 12:16:51 +00:00
gst rearrange documentation 2004-01-28 14:33:59 +00:00
libs make upload work for both gtk-doc and docbook docs 2004-01-28 12:16:51 +00:00
manual fix manual id's 2004-01-28 15:08:17 +00:00
plugins oops.. 2002-01-10 04:14:12 +00:00
pwg docs/pwg/advanced_tagging.xml: Half-assed commit so Thomas can re-arrange document IDs here to be consistent, too. 2004-01-28 15:13:10 +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 make upload work for both gtk-doc and docbook docs 2004-01-28 12:16:51 +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 make upload work for both gtk-doc and docbook docs 2004-01-28 12:16:51 +00:00
manuals.mak make upload work for both gtk-doc and docbook docs 2004-01-28 12:16:51 +00:00
README readme 2003-09-11 10:47:32 +00:00
upload.mak make sure we delete on upload 2004-01-28 12:54:00 +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 ?