From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f8be89b9afa16528,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Adabrowse help Date: Tue, 09 Nov 2004 16:30:52 +0100 Message-ID: <4190E2AC.1010009@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de kO1S1kl5esCQu7uhUeYgdgr9scwoMLUuxTYxHnrE12FVc1fWg= User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en Xref: g2news1.google.com comp.lang.ada:6081 Date: 2004-11-09T16:30:52+01:00 List-Id: Hi, I bet several people is using AdaBrowse in this list. I'm having a problem with the latest version 4.0.2 so if you can help... I'm trying to generate the documentation for a large project. The source files are scattered in several folders. The .adt files from ASIS are all in a single folder. I'm giving this command: adabrowse -Ifolder1 -Ifolder2 -Tadtfolder -f main.ads --all -o html/ Theoretically the --all switch should cause html generation for all withed files (in gnatmake fashion?) but in my case I get a single file for the main.ads unit. Supplying -wD doesn't show anything, nor any error is reported. Any ideas?