Skip to content

Commit

Permalink
Merge pull request obgm#746 from mrdeep1/doc_summary
Browse files Browse the repository at this point in the history
doxygen: Fix summary output for manual pages
  • Loading branch information
obgm authored Oct 18, 2021
2 parents 7791897 + 25a5990 commit c821148
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion man/coap-client.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ coap-client,
coap-client-gnutls,
coap-client-mbedtls,
coap-client-openssl,
coap-client-notls - CoAP Client based on libcoap
coap-client-notls
- CoAP Client based on libcoap

SYNOPSIS
--------
Expand Down
3 changes: 2 additions & 1 deletion man/coap-rd.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ coap-rd,
coap-rd-gnutls ,
coap-rd-mbedtls,
coap-rd-openssl,
coap-rd-notls - A CoAP Resource Directory based on libcoap
coap-rd-notls
- A CoAP Resource Directory based on libcoap

SYNOPSIS
--------
Expand Down
3 changes: 2 additions & 1 deletion man/coap-server.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ coap-server,
coap-server-gnutls,
coap-server-mbedtls,
coap-server-openssl,
coap-server-notls - CoAP Server based on libcoap
coap-server-notls
- CoAP Server based on libcoap

SYNOPSIS
--------
Expand Down
2 changes: 1 addition & 1 deletion man/coap.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ examples directory.

SEE ALSO
--------
*coap_async*3), *coap_attribute*(3), *coap_block*(), *coap_cache*(3),
*coap_async*(3), *coap_attribute*(3), *coap_block*(3), *coap_cache*(3),
*coap_context*(3), *coap_encryption*(3), *coap_endpoint_client*(3),
*coap_endpoint_server*(3), *coap_handler*(3), *coap_io*(3),
*coap_keepalive*(3), *coap_logging*(3), *coap_observe*(3),
Expand Down
2 changes: 1 addition & 1 deletion man/coap_encryption.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ setup_client_session_psk (const char *uri,
SEE ALSO
--------
*coap_block*(3), *coap_context*(3), *coap_resource*(3), *coap_session*(3) and
*coap_tls_library*(3).
*coap_tls_library*(3)

FURTHER INFORMATION
-------------------
Expand Down
2 changes: 1 addition & 1 deletion man/coap_endpoint_client.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ setup_client_session_dtls (struct in_addr ip_address) {
SEE ALSO
--------
*coap_block*(3), *coap_context*(3), *coap_encryption*(3),
*coap_endpoint_server*()3), *coap_resource*(3), *coap_session*(3) and
*coap_endpoint_server*(3), *coap_resource*(3), *coap_session*(3) and
*coap_tls_library*(3)

FURTHER INFORMATION
Expand Down
2 changes: 1 addition & 1 deletion man/coap_endpoint_server.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ setup_client_session_psk (const char *uri,
SEE ALSO
--------
*coap_block*(3), *coap_context*(3), *coap_encryption*(3),
*coap_endpoint_client*()3), *coap_resource*(3), *coap_session*(3) and
*coap_endpoint_client*(3), *coap_resource*(3), *coap_session*(3) and
*coap_tls_library*(3)

FURTHER INFORMATION
Expand Down
2 changes: 1 addition & 1 deletion man/coap_io.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ int main(int argc, char *argv[]){

SEE ALSO
--------
*coap_block*(3), *coap_context*(3)
*coap_block*(3) and *coap_context*(3)

FURTHER INFORMATION
-------------------
Expand Down
2 changes: 1 addition & 1 deletion man/coap_tls_library.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ enabled, otherwise 0.

SEE ALSO
--------
*coap_encryption*(3).
*coap_encryption*(3)

FURTHER INFORMATION
-------------------
Expand Down

0 comments on commit c821148

Please sign in to comment.