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
-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).
"""