]> granicus.if.org Git - neomutt/commitdiff
doxygen: update config 694/head
authorRichard Russon <rich@flatcap.org>
Wed, 2 Aug 2017 15:24:35 +0000 (16:24 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 2 Aug 2017 16:26:22 +0000 (17:26 +0100)
doxygen/doxygen.conf
imap/imap_private.h
ncrypt/crypt.c

index a858ca048232a4e5258b1441f657beafae8eb3a6..5eb649331101071fdb4b8bc3267761936598b5a1 100644 (file)
@@ -1408,7 +1408,31 @@ INCLUDE_FILE_PATTERNS  =
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-PREDEFINED             =
+PREDEFINED             = \
+       CRYPT_BACKEND_CLASSIC_PGP \
+       CRYPT_BACKEND_CLASSIC_SMIME \
+       DEBUG \
+       ENABLE_NLS \
+       HAVE_BDB \
+       HAVE_GDBM \
+       HAVE_KC \
+       HAVE_LMDB \
+       HAVE_QDBM \
+       HAVE_TC \
+       SUN_ATTACHMENT \
+       USE_COMPRESSED \
+       USE_GSS \
+       USE_HCACHE \
+       USE_IMAP \
+       USE_NNTP \
+       USE_NOTMUCH \
+       USE_POP \
+       USE_SASL \
+       USE_SIDEBAR \
+       USE_SMTP \
+       USE_SOCKET \
+       USE_SSL \
+       USE_SSL_GNUTLS
 
 # 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. The
index e99b8e517500866f77ebd55c1038afc7a1df0526..c59e7e13a6bd51e0f05004cc4a1a71901b38103f 100644 (file)
@@ -51,11 +51,11 @@ struct Progress;
 #define IMAP_LOG_PASS 5
 
 /* IMAP command responses. Used in ImapCommand.state too */
-#define IMAP_CMD_OK       (0)  /**< <tag> OK ... */
-#define IMAP_CMD_BAD      (-1) /**< <tag> BAD ... */
-#define IMAP_CMD_NO       (-2) /**< <tag> NO ... */
-#define IMAP_CMD_CONTINUE (1)  /**< \* ... */
-#define IMAP_CMD_RESPOND  (2)  /**< \+ */
+#define IMAP_CMD_OK       (0)  /**< `<tag> OK ...` */
+#define IMAP_CMD_BAD      (-1) /**< `<tag> BAD ...` */
+#define IMAP_CMD_NO       (-2) /**< `<tag> NO ...` */
+#define IMAP_CMD_CONTINUE (1)  /**< `* ...` */
+#define IMAP_CMD_RESPOND  (2)  /**< `+` */
 #define IMAP_CMD_NEW      (3)  /**< ImapCommand.state additions */
 
 /* number of entries in the hash table */
index cc0b1c9f3c4c51cb8a3d4f1879a467870a697636..4027b48a5227591db211c31a5d717affbb23ef73 100644 (file)
@@ -1034,6 +1034,7 @@ int mutt_signed_handler(struct Body *a, struct State *s)
 
 /**
  * crypt_get_fingerprint_or_id - Get the fingerprint or long key ID
+ * @param p       String to examine
  * @param pphint  Start of string to be passed to pgp_add_string_to_hints() or
  *                crypt_add_string_to_hints()
  * @param ppl     Start of long key ID if detected, else NULL