diff options
author | Vincent Richard <[email protected]> | 2012-12-06 14:41:52 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-12-06 14:41:52 +0000 |
commit | 589f2f35457fb2fb5661de6462bb0c73fc0bae51 (patch) | |
tree | 72b15ad6d6c09f200d9bde9c0d4f3f8469ad0999 | |
parent | Moved POP3 response receiving and parsing to a separate class. (diff) | |
download | vmime-589f2f35457fb2fb5661de6462bb0c73fc0bae51.tar.gz vmime-589f2f35457fb2fb5661de6462bb0c73fc0bae51.zip |
Fixed doc for classes in "net" package not being generated.
-rw-r--r-- | Doxyfile.in | 2 |
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. |