aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2012-12-06 14:41:52 +0000
committerVincent Richard <[email protected]>2012-12-06 14:41:52 +0000
commit589f2f35457fb2fb5661de6462bb0c73fc0bae51 (patch)
tree72b15ad6d6c09f200d9bde9c0d4f3f8469ad0999
parentMoved POP3 response receiving and parsing to a separate class. (diff)
downloadvmime-589f2f35457fb2fb5661de6462bb0c73fc0bae51.tar.gz
vmime-589f2f35457fb2fb5661de6462bb0c73fc0bae51.zip
Fixed doc for classes in "net" package not being generated.
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 4b9d5e49..5e33a777 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -842,7 +842,7 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = VMIME_BUILDING_DOC VMIME_HAVE_SASL_SUPPORT VMIME_HAVE_TLS_SUPPORT
+PREDEFINED = VMIME_BUILDING_DOC VMIME_HAVE_SASL_SUPPORT VMIME_HAVE_TLS_SUPPORT VMIME_HAVE_MESSAGING_FEATURES VMIME_HAVE_MESSAGING_PROTO_POP3 VMIME_HAVE_MESSAGING_PROTO_SMTP VMIME_HAVE_MESSAGING_PROTO_IMAP VMIME_HAVE_MESSAGING_PROTO_MAILDIR VMIME_HAVE_MESSAGING_PROTO_SENDMAIL
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.