RE: Lost all internal Links in output HTML Files
- From: "Liu, Raymond" <raymond liu intel com>
- To: "gtk-doc-list gnome org" <gtk-doc-list gnome org>
- Subject: RE: Lost all internal Links in output HTML Files
- Date: Wed, 25 Mar 2009 10:29:35 +0800
>Hi
> I am trying to use GTK-Doc to create API Documents
> I follow the 1.11's manual to set up my project.
> And if it's the very first time that I run autogen.sh and then make.
>Everything is ok, I got the right html output. But then , if I do make clean
>and then make again without touch anything, then in the final html files all
>the internal links for say function, signal, object hierarchy is gone. No any
>internal links in the final html file at all, but I can see in the xml file those
><link linkend="foobar">foobar</link> items is still there. I am really puzzled,
>what's wrong here?
>
> Did anyone encounter this problem before, any possible reasons? Thanks!
>
I found something more about this : when gtkdoc-mkdb is run for the second time, when the MAIN_SGML_FILE is already exist, in the xml file , it will not create the doctype_head with:
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
Instead nothing in the head. Seems this is the reason that when the html is build,the link is gone.
Anyone knows how to solve this problem?
Best Regards,
Raymond Liu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]