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. _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel