summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStefan Kost <stefkost@src.gnome.org>2009-01-09 15:12:15 +0000
committerStefan Kost <stefkost@src.gnome.org>2009-01-09 15:12:15 +0000
commit309b01ecb9c6c88e55f79762d8cac7a434fe374f (patch)
treea61d57c1823a02610e3ca8f3912636f59d164084 /TODO
parent861fe96b65023075dabc48af8060286f6931464f (diff)
downloadgtk-doc-309b01ecb9c6c88e55f79762d8cac7a434fe374f.tar.gz
Initial go at implementing syntax highlighting for sources using gnu
* TODO: * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-fixxref.in: * gtkdoc-mkdb.in: * style.css: * tests/gobject/examples/gobject.c: * tests/gtk-doc.make: * tests/gtk-doc.notmpl.make: Initial go at implementing syntax highlighting for sources using gnu source-highlight. Needs testing and modularisation. svn path=/trunk/; revision=639
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO b/TODO
index cd84237..ab6ec4b 100644
--- a/TODO
+++ b/TODO
@@ -181,8 +181,16 @@ perl modules:
- not packaged for ubuntu
tools:
source-highlight (/usr/bin/source-highlight)
- source-highlight -i../tests/gobject/examples/gobject.c -o./gobject.html -n -t4 -sc
- source-highlight -i../tests/gobject/examples/gobject.c -o./gobject.html -n -t4 -sc -cstyle.css --no-doc
+ source-highlight -i./tests/gobject/examples/gobject.c -o$HOME/temp/gobject.html -n -t4 -sc
+ source-highlight -i./tests/gobject/examples/gobject.c -o$HOME/temp/gobject.html -n -t4 -sc -cstyle.css --no-doc
+ source-highlight -i./tests/gobject/examples/gobject.c -o$HOME/temp/gobject.xml -n -t4 -sc -f docbook
+
+if we highlight to docbook, we just get emphasis (bold)
+if we hightlight to html we get colors, we need to cehck what tags we should process though:
+<pre class="programlisting"> is used for all code boxes.
+<div class="informalexample"><pre class="programlisting"> is used for examples.
+
+links in the same module only work once its installed
= documentation best practises #518427 =
* we'd like offer a more complete skelleton