~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to utils/fpdoc/fpdoc.pp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: fpdoc.pp,v 1.10 2005/02/14 17:13:39 peter Exp $
3
2
 
4
3
    FPDoc  -  Free Pascal Documentation Tool
5
4
    Copyright (C) 2000 - 2003 by
280
279
    FreeOptions;
281
280
  end;
282
281
end.
283
 
 
284
 
 
285
 
{
286
 
  $Log: fpdoc.pp,v $
287
 
  Revision 1.10  2005/02/14 17:13:39  peter
288
 
    * truncate log
289
 
 
290
 
  Revision 1.9  2005/02/05 12:30:08  michael
291
 
  + Fixed bug report from Ales Katona
292
 
 
293
 
  Revision 1.8  2005/01/14 17:55:07  michael
294
 
  + Added unix man page output; Implemented usage
295
 
 
296
 
  Revision 1.7  2005/01/12 21:11:41  michael
297
 
  + New structure for writers. Implemented TXT writer
298
 
 
299
 
  Revision 1.6  2005/01/09 15:59:50  michael
300
 
  + Split out latex writer to linear and latex writer
301
 
 
302
 
  Revision 1.5  2004/08/28 18:03:23  michael
303
 
  + Added warning if docnode not found (option --warn-no-node
304
 
 
305
 
  Revision 1.4  2003/10/08 11:41:54  yuri
306
 
  + Initial OS/2 IPF support added
307
 
 
308
 
  Revision 1.3  2003/03/27 17:14:13  sg
309
 
  * Added --ostarget and --cputarget
310
 
 
311
 
  Revision 1.2  2003/03/18 19:28:44  michael
312
 
  + Some changes to output handling, more suitable for tex output
313
 
 
314
 
  Revision 1.1  2003/03/17 23:03:20  michael
315
 
  + Initial import in CVS
316
 
 
317
 
  Revision 1.13  2003/03/13 22:02:13  sg
318
 
  * New version with many bugfixes and our own parser (now independent of the
319
 
    compiler source)
320
 
 
321
 
  Revision 1.12  2002/10/12 17:09:45  michael
322
 
  + Added check for package name
323
 
 
324
 
  Revision 1.11  2002/05/24 00:13:22  sg
325
 
  * much improved new version, including many linking and output fixes
326
 
 
327
 
  Revision 1.10  2002/03/12 10:58:36  sg
328
 
  * reworked linking engine and internal structure
329
 
 
330
 
  Revision 1.9  2002/01/08 13:00:06  michael
331
 
  + Added correct array handling and syntax highlighting is now optional
332
 
 
333
 
  Revision 1.8  2001/12/17 23:24:11  sg
334
 
  * Added "--package" switch
335
 
  * Now uses translation files written in lower-case
336
 
 
337
 
  Revision 1.7  2001/07/27 12:17:20  sg
338
 
  * Added "--html-search" command line argument
339
 
 
340
 
  Revision 1.6  2001/07/27 10:21:42  sg
341
 
  * Just a new, improved version ;)
342
 
    (detailed changelogs will be provided again with the next commits)
343
 
}