allow NULL

This commit is contained in:
Christian Grothoff 2023-05-07 00:16:06 +02:00
parent 1639cefa61
commit 6d363488a1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 8 additions and 53 deletions

View File

@ -5,7 +5,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "GNU Taler: Exchange" PROJECT_NAME = "GNU Taler: Exchange"
PROJECT_NUMBER = 0.8.3 PROJECT_NUMBER = 0.9.3
PROJECT_LOGO = logo.svg PROJECT_LOGO = logo.svg
OUTPUT_DIRECTORY = . OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = YES CREATE_SUBDIRS = YES
@ -97,59 +97,11 @@ WARN_LOGFILE =
INPUT = ../../src INPUT = ../../src
INPUT_ENCODING = UTF-8 INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \ FILE_PATTERNS = *.c \
*.cc \ *.h
*.cxx \
*.cpp \
*.c++ \
*.d \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.idl \
*.odl \
*.cs \
*.php \
*.php3 \
*.inc \
*.m \
*.mm \
*.dox \
*.py \
*.f90 \
*.f \
*.vhd \
*.vhdl \
*.C \
*.CC \
*.C++ \
*.II \
*.I++ \
*.H \
*.HH \
*.H++ \
*.CS \
*.PHP \
*.PHP3 \
*.M \
*.MM \
*.PY \
*.F90 \
*.F \
*.VHD \
*.VHDL
RECURSIVE = YES RECURSIVE = YES
EXCLUDE = EXCLUDE =
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */test_* \ EXCLUDE_PATTERNS = */test_* \
*/.svn/* \
*/.git/* \ */.git/* \
*/perf_* .* \ */perf_* .* \
.* \ .* \
@ -191,7 +143,9 @@ HTML_STYLESHEET =
GENERATE_HTMLHELP = NO GENERATE_HTMLHELP = NO
GENERATE_DOCSET = NO GENERATE_DOCSET = NO
DOCSET_FEEDNAME = "GNU Taler Source Documentation" DOCSET_FEEDNAME = "GNU Taler Source Documentation"
DOCSET_BUNDLE_ID = net.taler DOCSET_BUNDLE_ID = net.taler.exchange
DOCSET_PUBLISHER_ID = net.taler
DOCSET_PUBLISHER_NAME = Taler Systems SA
HTML_DYNAMIC_SECTIONS = NO HTML_DYNAMIC_SECTIONS = NO
CHM_FILE = CHM_FILE =
HHC_LOCATION = HHC_LOCATION =

View File

@ -443,8 +443,9 @@ TALER_TEMPLATING_reply_error (struct MHD_Connection *connection,
ec), ec),
GNUNET_JSON_pack_string ("hint", GNUNET_JSON_pack_string ("hint",
TALER_ErrorCode_get_hint (ec)), TALER_ErrorCode_get_hint (ec)),
GNUNET_JSON_pack_string ("detail", GNUNET_JSON_pack_allow_null (
detail) GNUNET_JSON_pack_string ("detail",
detail))
); );
ret = TALER_TEMPLATING_reply (connection, ret = TALER_TEMPLATING_reply (connection,
http_status, http_status,