summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2000-08-27 19:41:22 +0000
committerjbj <jbj>2000-08-27 19:41:22 +0000
commit98d59863596d25384bf72d8f143d77a9ac0fec3d (patch)
treef6d881b5fb7a764fff78d07bd1aa57f7729ec2e3
parent3a17d59e7b38fcee21ad4a0ef034507329abce6b (diff)
downloadlibpopt-98d59863596d25384bf72d8f143d77a9ac0fec3d.tar.gz
Doxygen annotations.
-rw-r--r--findme.c4
-rw-r--r--findme.h4
-rw-r--r--po/popt.pot6
-rw-r--r--popt.c4
-rw-r--r--popt.h4
-rw-r--r--poptconfig.c4
-rw-r--r--popthelp.c4
-rw-r--r--poptint.h4
-rw-r--r--poptparse.c4
9 files changed, 35 insertions, 3 deletions
diff --git a/findme.c b/findme.c
index 8518be1..b5878a1 100644
--- a/findme.c
+++ b/findme.c
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/findme.c
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/findme.h b/findme.h
index 5e93963..78f714e 100644
--- a/findme.h
+++ b/findme.h
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/findme.h
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/po/popt.pot b/po/popt.pot
index e5aae73..a8101ef 100644
--- a/po/popt.pot
+++ b/po/popt.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-08-04 15:48-0400\n"
+"POT-Creation-Date: 2000-08-27 14:45-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,10 +14,10 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: popthelp.c:23
+#: popthelp.c:27
msgid "Show this help message"
msgstr ""
-#: popthelp.c:24
+#: popthelp.c:28
msgid "Display brief usage message"
msgstr ""
diff --git a/popt.c b/popt.c
index 4979ed5..0726c32 100644
--- a/popt.c
+++ b/popt.c
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/popt.c
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/popt.h b/popt.h
index 2209f38..b6e1f6b 100644
--- a/popt.h
+++ b/popt.h
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/popt.h
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/poptconfig.c b/poptconfig.c
index 7a1a4c2..9e50b52 100644
--- a/poptconfig.c
+++ b/poptconfig.c
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/poptconfig.c
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/popthelp.c b/popthelp.c
index c36ecea..8eed7ee 100644
--- a/popthelp.c
+++ b/popthelp.c
@@ -1,5 +1,9 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/** \ingroup popt
+ * \file popt/popthelp.c
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/poptint.h b/poptint.h
index a1edb97..39ae3ee 100644
--- a/poptint.h
+++ b/poptint.h
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/poptint.h
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
diff --git a/poptparse.c b/poptparse.c
index 7c9f06b..7a2d505 100644
--- a/poptparse.c
+++ b/poptparse.c
@@ -1,3 +1,7 @@
+/** \ingroup popt
+ * \file popt/poptparse.c
+ */
+
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */