header file cleanup + manual title

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2210 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
bert 2005-03-01 16:09:50 +00:00
parent d01442c9b3
commit 1c59e53176
5 changed files with 14 additions and 5 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="scappinfot">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_app_info_t</refentrytitle>
<manvolnum>3</manvolnum>
@ -15,6 +16,8 @@
<title>Synopsis</title>
<para>
<programlisting>
#include &lt;opensc.h&gt;
#define SC_MAX_AID_SIZE 16
typedef struct sc_app_info {

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="scasn1entry">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_asn1_entry</refentrytitle>
<manvolnum>3</manvolnum>
@ -15,6 +16,8 @@
<title>Synopsis</title>
<para>
<programlisting>
#include &lt;opensc.h&gt;
struct sc_asn1_entry {
const char *name;
unsigned int type;

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="sccardt">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_card_t</refentrytitle>
<manvolnum>3</manvolnum>
@ -15,9 +16,9 @@
<title>Synopsis</title>
<para>
<programlisting>
&includes;
#include &lt;opensc.h&gt;
#define SC_MAX_ATR_SIZE 33
#define SC_MAX_ATR_SIZE 33
#define SC_MAX_CARD_APPS 8
typedef struct sc_card {

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="scfilet">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_file_t</refentrytitle>
<manvolnum>3</manvolnum>
@ -15,7 +16,7 @@
<title>Synopsis</title>
<para>
<programlisting>
&includes;
#include &lt;opensc.h&gt;
typedef struct sc_file {
struct sc_path path;

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="scpatht">
<refentryinfo><title>OpenSC API Reference</title></refentryinfo>
<refmeta>
<refentrytitle>sc_path_t</refentrytitle>
<manvolnum>3</manvolnum>
@ -15,8 +16,8 @@
<title>Synopsis</title>
<para>
<programlisting>
&includes;
#include &lt;opensc.h&gt;
#define SC_MAX_PATH_SIZE 16
typedef struct sc_path {