diff --git a/doc/src/api/types/sc_app_info_t.xml b/doc/src/api/types/sc_app_info_t.xml index 1380f4c3..c5088150 100644 --- a/doc/src/api/types/sc_app_info_t.xml +++ b/doc/src/api/types/sc_app_info_t.xml @@ -1,5 +1,6 @@ + OpenSC API Reference sc_app_info_t 3 @@ -15,6 +16,8 @@ Synopsis +#include <opensc.h> + #define SC_MAX_AID_SIZE 16 typedef struct sc_app_info { diff --git a/doc/src/api/types/sc_asn1_entry.xml b/doc/src/api/types/sc_asn1_entry.xml index 0c9c1a42..d96c29cb 100644 --- a/doc/src/api/types/sc_asn1_entry.xml +++ b/doc/src/api/types/sc_asn1_entry.xml @@ -1,5 +1,6 @@ + OpenSC API Reference sc_asn1_entry 3 @@ -15,6 +16,8 @@ Synopsis +#include <opensc.h> + struct sc_asn1_entry { const char *name; unsigned int type; diff --git a/doc/src/api/types/sc_card_t.xml b/doc/src/api/types/sc_card_t.xml index c2321811..4812cee1 100644 --- a/doc/src/api/types/sc_card_t.xml +++ b/doc/src/api/types/sc_card_t.xml @@ -1,5 +1,6 @@ + OpenSC API Reference sc_card_t 3 @@ -15,9 +16,9 @@ Synopsis -&includes; +#include <opensc.h> -#define SC_MAX_ATR_SIZE 33 +#define SC_MAX_ATR_SIZE 33 #define SC_MAX_CARD_APPS 8 typedef struct sc_card { diff --git a/doc/src/api/types/sc_file_t.xml b/doc/src/api/types/sc_file_t.xml index fe486d43..2afbd65f 100644 --- a/doc/src/api/types/sc_file_t.xml +++ b/doc/src/api/types/sc_file_t.xml @@ -1,5 +1,6 @@ + OpenSC API Reference sc_file_t 3 @@ -15,7 +16,7 @@ Synopsis -&includes; +#include <opensc.h> typedef struct sc_file { struct sc_path path; diff --git a/doc/src/api/types/sc_path_t.xml b/doc/src/api/types/sc_path_t.xml index db9af688..2caa4ba4 100644 --- a/doc/src/api/types/sc_path_t.xml +++ b/doc/src/api/types/sc_path_t.xml @@ -1,5 +1,6 @@ + OpenSC API Reference sc_path_t 3 @@ -15,8 +16,8 @@ Synopsis -&includes; - +#include <opensc.h> + #define SC_MAX_PATH_SIZE 16 typedef struct sc_path {