On Wed, 30 Nov 2011, Marco van de Voort wrote:

In our previous episode, michael.vancann...@wisa.be said:
will reside in an unrelated directory branch, so that all references to the
FPC documentation depend on the directory structure of the user machines.

Explain why you think this requires a fixed directory structure ?

In plain html, the crossreferences are a problem. Afaik this is currently
solved by assuming all modules are in the same dir ( $basedir/rtl
$basedir/fcl etc) and generating crossreferences such with relative paths

(so  rtl/xxx/yy.html referencing fcl/zzz/ooo.html is done by generating a
link to ../../fcl/zzz/ooo.html )

But this is an html format problem, not a fpdoc problem.

I thought the cross-references are done based on the location of the cxt
file, and all links are make relative to this location ?

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to