소스 검색

microhttpd2.h: extended doxy for one function

Evgeny Grin (Karlson2k) 10 달 전
부모
커밋
b3037e537a
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 1
      src/include/microhttpd2.h
  2. 3 1
      src/include/microhttpd2_main.h.in

+ 3 - 1
src/include/microhttpd2.h

@@ -5396,7 +5396,9 @@ MHD_FN_PAR_NONNULL_ (4) MHD_FN_PAR_OUT_SIZE_ (4,3);
  * @param kind what kind of value are we looking for
  * @param key the name of the value looking for (used for case-insensetive
               match), empty to lookup 'trailing' value without a key
- * @return NULL if no such item was found
+ * @return NULL if no such item was found,
+ *         non-NULL if item found (the inner pointer to string can be NULL
+ *         if item found, but has no value)
  * @ingroup request
  */
 MHD_EXTERN_ const struct MHD_StringNullable *

+ 3 - 1
src/include/microhttpd2_main.h.in

@@ -687,7 +687,9 @@ MHD_FN_PAR_NONNULL_ (4) MHD_FN_PAR_OUT_SIZE_ (4,3);
  * @param kind what kind of value are we looking for
  * @param key the name of the value looking for (used for case-insensetive
               match), empty to lookup 'trailing' value without a key
- * @return NULL if no such item was found
+ * @return NULL if no such item was found,
+ *         non-NULL if item found (the inner pointer to string can be NULL
+ *         if item found, but has no value)
  * @ingroup request
  */
 MHD_EXTERN_ const struct MHD_StringNullable *