From d93fa6862e0f8ab4028c1d46acaca38b049d97e1 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 28 Aug 2008 09:52:21 +0000 Subject: Update API doc and add a README to explain how to keep it updated. svn path=/trunk/; revision=1397 --- docs/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/README (limited to 'docs/README') diff --git a/docs/README b/docs/README new file mode 100644 index 000000000..a7cdfe278 --- /dev/null +++ b/docs/README @@ -0,0 +1,8 @@ +To be sure the doc is up to date: + +1) Update libempathy.types +empathy/libempathy$ grep _get_type *.h | grep GType | awk '{ print $2 }' + +2) Update libempathy-docs.sgml +empathy$ make +empathy/doc/libempathy$ for f in `ls -l xml/*.xml | awk '{ print $8 }'`; do echo " "; done -- cgit v1.2.3