diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-06-12 14:59:37 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-06-12 15:35:23 +0200 |
commit | c663678b26aed636e13b56ab8a220791e268f244 (patch) | |
tree | dfadda0a6275a55672b16bde1e00fbce34c7f28e /Doxyfile.coding.in | |
parent | b9946d372cb17c95ef629449961004d6e6f12239 (diff) |
Add doxygen documentation to libosmocoding
This adds the minimum amount of API documentation that we should have on
all our code, particularly new code merged into a library.
Change-Id: I526804f64313867913574e50e5b9e9205ad3aa74
Diffstat (limited to 'Doxyfile.coding.in')
-rw-r--r-- | Doxyfile.coding.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.coding.in b/Doxyfile.coding.in index d73e6cd4..28e3241a 100644 --- a/Doxyfile.coding.in +++ b/Doxyfile.coding.in @@ -37,7 +37,7 @@ PROJECT_NUMBER = @VERSION@ # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Osmocom L1 transcoding library" +PROJECT_BRIEF = "Osmocom GSM/GPRS/EGPRS L1 channel coding library" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not |