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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.albasani.net!news.imp.ch!news.alphanet.ch!alphanet.ch!.POSTED!not-for-mail From: Blady Newsgroups: comp.lang.ada Subject: Re: I Have a problem with GPS documentation generation Date: Thu, 01 Jan 2015 12:31:39 +0100 Organization: Posted through ALPHANET (http://www.alphanet.ch/) Sender: blady@anantes-656-1-43-199.w83-195.abo.wanadoo.fr Message-ID: References: <4qvow.1135985$yK.1078114@fx14.iad> NNTP-Posting-Host: anantes-656-1-43-199.w83-195.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: shakotay.alphanet.ch 1420111901 23167 83.195.26.199 (1 Jan 2015 11:31:41 GMT) X-Complaints-To: usenet@alphanet.ch NNTP-Posting-Date: Thu, 1 Jan 2015 11:31:41 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <4qvow.1135985$yK.1078114@fx14.iad> Xref: news.eternal-september.org comp.lang.ada:24307 Date: 2015-01-01T12:31:39+01:00 List-Id: Le 30/12/2014 11:48, Hubert a écrit : > Ok, for the record: it seems you have to delete the .db file of the main > project, that generates the exe file, not just the one of the library > project that is subordinate. I did that and now the refactoring function > works, after I built the program. > Still, the documentation creation only generates the docu for the > toplevel library project :( See GPS user guide: §11.5. Documentation Generation, the example is: -- -- This is the main description for this package. It can contain a complete -- description with some xml characters as < or >. -- -- Group1 and then a file groups.html is generated that you could advantageously rename index.html. Note: GPS GPL 2014 release lacks of script docgen_base_tags.py that process those specific tags, you can take it for instance from GPS GPL 2013 and put it in ~/.gps/plug-ins. HTH, Pascal. http://blady.pagesperso-orange.fr