summaryrefslogtreecommitdiff
path: root/TODO
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 /TODO
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 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index ab6ec4b..e80293f 100644
--- a/TODO
+++ b/TODO
@@ -185,11 +185,13 @@ tools:
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
+ highlight -itests/gobject/examples/gobject.c -o$HOME/temp/gobject.xml -l -H -f -j2
+
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 =