Update Doxyfile

This commit is contained in:
Stuart Gathman
2013-03-22 18:12:50 +00:00
parent 5c8c189330
commit 522a631192
4 changed files with 688 additions and 644 deletions
+686 -637
View File
File diff suppressed because it is too large Load Diff
-6
View File
@@ -21,12 +21,6 @@ from functools import wraps
_seq_lock = thread.allocate_lock()
_seq = 0
## @fn set_flags(flags)
# @brief Enable optional %milter actions.
# Certain %milter actions need to be enabled before calling milter.runmilter()
# or they throw an exception.
# @param flags Bit ored mask of optional actions to enable
def uniqueID():
"""Return a unique sequence number (incremented on each call).
"""
+1 -1
View File
@@ -50,4 +50,4 @@
# You may find the
# <a href="http://docs.python.org/release/2.6.6/library/multiprocessing.html">
# multiprocessing</a> module useful. It can be a drop-in
# replacement for threading as illustrated in @ref milter-template.py.
# replacement for threading as illustrated in milter-template.
+1
View File
@@ -78,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
* Sat Mar 9 2013 Stuart Gathman <stuart@bmsi.com> 1.0-1
- Allow ACCEPT as untrapped exception policy
- Optional dir for getaddrset and getaddrdict in Milter.config
- Show registered milter name in untrapped exception message.
* Sat Mar 9 2013 Stuart Gathman <stuart@bmsi.com> 0.9.8-1
- Add Milter.test module for unit testing milters.