Re: [fpc-devel] FPDoc imports

2012-02-03 Thread Hans-Peter Diettrich
michael.vancann...@wisa.be schrieb: In each case: If you want to file bug reports, please use the official sources only to reproduce the problem. FPDoc (trunk) exits with an AV, when I want to make the trunk RTL docs on Win7: make rtl.chk Is there any mandatory option missing from the com

Re: [fpc-devel] FPDoc imports

2012-02-02 Thread michael . vancanneyt
On Thu, 2 Feb 2012, Hans-Peter Diettrich wrote: michael.vancann...@wisa.be schrieb: One reason may be the different assumptions about the content of the FProcessedUnits list, where either the input file part or the entire input specification is stored. But this seems not to be the only bug

Re: [fpc-devel] FPDoc imports

2012-02-02 Thread Hans-Peter Diettrich
michael.vancann...@wisa.be schrieb: One reason may be the different assumptions about the content of the FProcessedUnits list, where either the input file part or the entire input specification is stored. But this seems not to be the only bug :-( The entire input spec is stored. Only in Han

Re: [fpc-devel] FPDoc imports

2012-02-02 Thread michael . vancanneyt
On Thu, 2 Feb 2012, Hans-Peter Diettrich wrote: Michael Van Canneyt schrieb: Well, It took me about 15 lines to implement it in dglobals.pas of fpdoc. I moved one function out of fpdocoptsxml to mkfpdoc to split the input line. First tests work fine. See revision 20213. A fine solution

Re: [fpc-devel] FPDoc imports

2012-02-02 Thread Hans-Peter Diettrich
Michael Van Canneyt schrieb: Well, It took me about 15 lines to implement it in dglobals.pas of fpdoc. I moved one function out of fpdocoptsxml to mkfpdoc to split the input line. First tests work fine. See revision 20213. A fine solution :-) I happen to get an AV during the Engine destruc

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Michael Van Canneyt
On Wed, 1 Feb 2012, Hans-Peter Diettrich wrote: michael.vancann...@wisa.be schrieb: Why do you need this ? You make it quite complicated. All you need is a FindModule(Const AName,AFileHint : String) : TPasModule call in TPasTreeContainer which must be overridden in a descendent (such as T

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Hans-Peter Diettrich
michael.vancann...@wisa.be schrieb: Why do you need this ? You make it quite complicated. All you need is a FindModule(Const AName,AFileHint : String) : TPasModule call in TPasTreeContainer which must be overridden in a descendent (such as TFPDocEngine). The default implementation returns nil

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread michael . vancanneyt
On Wed, 1 Feb 2012, Hans-Peter Diettrich wrote: Sven Barth schrieb: Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules, and 38 modules in the end, where the RTL currently

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Hans-Peter Diettrich
Sven Barth schrieb: Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules, and 38 modules in the end, where the RTL currently consists of 46 units. 6 of the initial modules cont

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Hans-Peter Diettrich
Sven Barth schrieb: Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules, and 38 modules in the end, where the RTL currently consists of 46 units. 6 of the initial modules cont

Re: [fpc-devel] FPDoc imports

2012-01-31 Thread Sven Barth
Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: Would it help if I try to create packages from the imports? No. Seems like I misinterpreted the many "unit not found" :-( I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules

Re: [fpc-devel] FPDoc imports

2012-01-31 Thread Michael Van Canneyt
On Tue, 31 Jan 2012, Hans-Peter Diettrich wrote: Michael Van Canneyt schrieb: On Tue, 31 Jan 2012, Hans-Peter Diettrich wrote: In an attempt to help improve fpdoc I'm blocked in understanding the handling of imported modules. The content files are imported into the link tree, but this tr

Re: [fpc-devel] FPDoc imports

2012-01-31 Thread Hans-Peter Diettrich
Michael Van Canneyt schrieb: On Tue, 31 Jan 2012, Hans-Peter Diettrich wrote: In an attempt to help improve fpdoc I'm blocked in understanding the handling of imported modules. The content files are imported into the link tree, but this tree seems not to be used in finding external identifi

Re: [fpc-devel] FPDoc imports

2012-01-31 Thread Michael Van Canneyt
On Tue, 31 Jan 2012, Hans-Peter Diettrich wrote: In an attempt to help improve fpdoc I'm blocked in understanding the handling of imported modules. The content files are imported into the link tree, but this tree seems not to be used in finding external identifiers? The content files are co

[fpc-devel] FPDoc imports

2012-01-31 Thread Hans-Peter Diettrich
In an attempt to help improve fpdoc I'm blocked in understanding the handling of imported modules. The content files are imported into the link tree, but this tree seems not to be used in finding external identifiers? Instead packages are searched, where I could not yet figure out how these a