changeset 2037:4fd820ec8298 trunk

[svn] - add documentation template
author nenolod
date Mon, 04 Dec 2006 00:21:12 -0800
parents 7f397d6e0746
children e348b3140ceb
files ChangeLog doc/libaudacious/libaudacious-main.sgml
diffstat 2 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 04 00:17:54 2006 -0800
+++ b/ChangeLog	Mon Dec 04 00:21:12 2006 -0800
@@ -1,3 +1,13 @@
+2006-12-04 08:17:54 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3075]
+  - remove xentry.c
+  
+  trunk/libaudacious/Makefile |    3 
+  trunk/libaudacious/xentry.c |  372 --------------------------------------------
+  trunk/libaudacious/xentry.h |   64 -------
+  3 files changed, 1 insertion(+), 438 deletions(-)
+
+
 2006-12-04 08:16:52 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3073]
   - remove only reference in source to xmms_entry_new() and prepare xentry.c's last rites.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/libaudacious/libaudacious-main.sgml	Mon Dec 04 00:21:12 2006 -0800
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+  <bookinfo>
+    <title>libaudacious SDK Reference Manual</title>
+  </bookinfo>
+
+  <chapter>
+    <title>libaudacious SDK</title>
+    <xi:include href="xml/xentry.xml"/>
+    <xi:include href="xml/xml_document.xml"/>
+    <xi:include href="xml/vfs.xml"/>
+    <xi:include href="xml/beepctrl.xml"/>
+    <xi:include href="xml/titlestring.xml"/>
+    <xi:include href="xml/formatter.xml"/>
+    <xi:include href="xml/rcfile.xml"/>
+    <xi:include href="xml/xconvert.xml"/>
+    <xi:include href="xml/configdb.xml"/>
+    <xi:include href="xml/dirbrowser.xml"/>
+  </chapter>
+</book>