summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-28 12:41:50 +0000
committerBen Laurie <ben@openssl.org>1999-02-28 12:41:50 +0000
commit4f43d0e71f9c2b4dff7178b48ea69c90797f7aaa (patch)
treee14073310f3b258ffe80397456ba630d97fe50af /CHANGES
parent1efa9c33c0ba939b91f0c16bc5a672bc8febd161 (diff)
Experiment with doxygen documentation.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2aa108ef0f..107dd7d3ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.1c and 0.9.2
+
+ *) Experiment with doxygen documentation. Currently only partially applied to
+ ssl/ssl_lib.c.
+ See http://www.stack.nl/~dimitri/doxygen/index.html, and run doxygen with
+ openssl.doxy as the configuration file.
+ [Ben Laurie]
*) Get rid of remaining C++-style comments which strict C compilers hate.
[Ralf S. Engelschall, pointed out by Carlos Amengual]