Compare commits
4 Commits
3b800c9fb9
...
ec1513336a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec1513336a | ||
|
|
dbbb114b9c | ||
|
7fcc14fdea
|
|||
|
d07ca9953d
|
@@ -1865,7 +1865,7 @@ MAN_LINKS = NO
|
||||
# captures the structure of the code including all documentation.
|
||||
# The default value is: NO.
|
||||
|
||||
GENERATE_XML = NO
|
||||
GENERATE_XML = YES
|
||||
|
||||
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||
|
||||
@@ -1 +1 @@
|
||||
sphinx-apidoc -f -o . src && make html
|
||||
sphinx-apidoc -f -o . src && make xml
|
||||
|
||||
@@ -664,7 +664,8 @@ p_gpg_decrypt(const char* const cipher)
|
||||
}
|
||||
gpgme_key_unref(key);
|
||||
} else if (error) {
|
||||
log_warning("GPGME error: %s", gpgme_strerror(error));
|
||||
// Emails are used only to fetch PGP recipients for debug logging. If something went wrong here, it's not worthy of warning.
|
||||
log_debug("GPGME error on gpgme_get_key(): %s", gpgme_strerror(error));
|
||||
}
|
||||
|
||||
if (recipient->next) {
|
||||
|
||||
Reference in New Issue
Block a user