summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefan Kost <stefkost@src.gnome.org>2009-01-09 22:16:02 +0000
committerStefan Kost <stefkost@src.gnome.org>2009-01-09 22:16:02 +0000
commit83a8959cb1caefc870642e70db8574860432ccfc (patch)
tree3b470f81b5cb14afaf338b98064a6e350f8a6ce1 /HACKING
parent0b7022517764215243f164933a3cbbd1c67fb678 (diff)
downloadgtk-doc-83a8959cb1caefc870642e70db8574860432ccfc.tar.gz
Look for source-highlight and highlight. Not perfect yet, highlight uses
* HACKING: * TODO: * configure.in: * gtkdoc-fixxref.in: Look for source-highlight and highlight. Not perfect yet, highlight uses different classes in the css :/. * tests/gobject/docs/tester-docs.xml: More header data in the examples. svn path=/trunk/; revision=641
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 10 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 18c1236..5176620 100644
--- a/HACKING
+++ b/HACKING
@@ -38,3 +38,13 @@ update web-pages (gtk-web/gtk-doc)
if we want a icon on the newsfeed, we should copy a icon like on
http://ftp.acc.umu.se/pub/GNOME/sources/rhythmbox/rhythmbox.png
e.g. /usr/share/icons/hicolor/48x48/apps/devhelp.png
+
+Optimizing & Meassuring
+=======================
+
+cd tests/gobject/docs/html
+time xsltproc --nonet --xinclude --stringparam gtkdoc.bookname "tester" --stringparam gtkdoc.version "1.12" ../../../../gtk-doc.xsl ../tester-docs.xml
+~ 3 sec.
+time saxon ../tester-docs.xml ../../../../gtk-doc.xsl gtkdoc.bookname="tester" gtkdoc.version="1.12"
+~ 53 sec.
+