[fpc-pascal] fpdoc output "parsing used unit..."

Michael Van Canneyt michael at freepascal.org
Tue Dec 4 18:22:37 CET 2012



On Tue, 4 Dec 2012, Graeme Geldenhuys wrote:

> On 2012-12-04 16:52, Michael Van Canneyt wrote:
>>
>> Imagine unit A and unit B. Unit A references unit B.
>> You create somewhere in A's documentation a link to an identifier in unit B.
>
> OK thanks. I'll try and reorder my units in the project file to see if
> this can be improved.

It should not be necessary to do so, but you will get rid of the warning.

>
> I thought order was not import for fpdoc, and that the documentation
> object model is populated first, then references resolved. I guess a
> one-pass is more efficient than a two-pass process.

That too.

But the main problem is finding all the links 'afterwards'. 
1. There is no list of links to resolve
2. The HTML is already written in the first pass.

Michael.



More information about the fpc-pascal mailing list