Updated README.
[mp_doccer.git] / Changelog.1
blob42f43bce07888b23a2d12477e763b72c319b3219
1 Changelog
2 =========
4  mp_doccer - Documentation generator
5  Copyright (C) 1991-2003 Angel Ortega <angel@triptico.com>
6  Home Page: http://www.triptico.com/software/mp.html
8 0.1.11
9 ------
11  - Blank lines in description are correctly shown in HTML.
13 0.1.10
14 ------
16  - Function and variable descriptions are no longer mandatory,
17    blank lines allowed in description - Patch by Osman Keskin
19 0.1.9
20 -----
22  - New markup for function category and a new 'one big html page' format.
24 0.1.8
25 -----
27  - New method to avoid duplicate HTML pages.
29 0.1.7
30 -----
32  - New parameter to set author information.
34 0.1.6
35 -----
37  - Some formatting bugs fixed.
39 0.1.5
40 -----
42  - New output format: man, to build a man page for each entry.
44 0.1.4b
45 ------
47  - Fixed an annoying bug that screwed up the synopsis.
49 0.1.4
50 -----
52  - New output format: sh, to build an executable shell script.
54 0.1.3
55 -----
57  - The search for a synopsis also ends in a line containing
58    only /** (i.e., the start of a new document entry).
60 0.1.2
61 -----
63  - Arguments and return values are decorated.
64  - An alternative synopsis can be defined created succesive
65    comment lines in the form /** text */ after the real synopsis.
67 0.1.1
68 -----
70  - Function names and arguments in description are decorated.