diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-06-12 15:40:52 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-06-12 20:07:09 +0000 |
commit | 7165880ac279a9d2d7403749f171eb9c60e70657 (patch) | |
tree | a8634f2fcae252905e10336f89c3a200144aa643 /src/application.c | |
parent | 2f984ea1943d3efa01c069b29b330f84f8a6a665 (diff) |
Update doxygen main page for libosmo{core,gsm,vty}
We should link to project homepage as well as put the library into the
wider Osmocom context.
Change-Id: I07ca57ecef0f36c87c9ebacc1e1507c217bdb25b
Diffstat (limited to 'src/application.c')
-rw-r--r-- | src/application.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/application.c b/src/application.c index 6a18d0e0..8f37c938 100644 --- a/src/application.c +++ b/src/application.c @@ -34,6 +34,12 @@ * generic plugin interface, statistics counters, memory allocator, * socket abstraction, message buffers, etc. * \n\n + * libosmocodec is developed as part of the Osmocom (Open Source Mobile + * Communications) project, a community-based, collaborative development + * project to create Free and Open Source implementations of mobile + * communications systems. For more information about Osmocom, please + * see https://osmocom.org/ + * * Please note that C language projects inside Osmocom are typically * single-threaded event-loop state machine designs. As such, * routines in libosmocore are not thread-safe. If you must use them in @@ -53,6 +59,13 @@ * FITNESS FOR A PARTICULAR PURPOSE. * \n\n * + * \section sec_tracker Homepage + Issue Tracker + * The libosmocore project home page can be found at + * https://osmocom.org/projects/libosmocore + * + * An Issue Tracker can be found at + * https://osmocom.org/projects/libosmocore/issues + * * \section sec_contact Contact and Support * Community-based support is available at the OpenBSC mailing list * <http://lists.osmocom.org/mailman/listinfo/openbsc>\n |