This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: Doxugen: s/libosmo-sccp/libosmo-sigtran/g
......................................................................
Doxugen: s/libosmo-sccp/libosmo-sigtran/g
The Doxygen annotation we have in this library, and which the Doxyfile
generates is actually for the shared libosmo-sigtran, and not for the
legacy libosmo-sccp. Let's correct that mistake.
Change-Id: Id591695f9ac9eba53259558c657df834c331e5fa
---
M Doxyfile.in
M Makefile.am
2 files changed, 9 insertions(+), 9 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/Doxyfile.in b/Doxyfile.in
index a4e10c5..2676a6f 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -25,7 +25,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = libosmo-sccp
+PROJECT_NAME = libosmo-sigtran
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -51,7 +51,7 @@
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = doc/sccp
+OUTPUT_DIRECTORY = doc/sigtran
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -1490,7 +1490,7 @@
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
-GENERATE_TAGFILE = doc/libosmo-sccp.tag
+GENERATE_TAGFILE = doc/libosmo-sigtran.tag
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes
diff --git a/Makefile.am b/Makefile.am
index 3b9f6ee..d1c3c21 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,21 +23,21 @@
doc: $(html_DATA)
-$(html_DATA): $(top_builddir)/doc/sccp/html/index.html
+$(html_DATA): $(top_builddir)/doc/sigtran/html/index.html
cd $(top_builddir)/doc && tar cf html.tar */html
-$(top_builddir)/doc/sccp/html/index.html: $(SOURCES) Doxyfile
- @rm -rf doc/sccp
- mkdir -p doc/sccp
+$(top_builddir)/doc/sigtran/html/index.html: $(SOURCES) Doxyfile
+ @rm -rf doc/sigtran
+ mkdir -p doc/sigtran
$(DOXYGEN) Doxyfile
install-data-hook:
cd $(DESTDIR)$(htmldir) && tar xf html.tar && rm -f html.tar
uninstall-hook:
- cd $(DESTDIR)$(htmldir) && rm -rf sccp
+ cd $(DESTDIR)$(htmldir) && rm -rf sigtran
-DX_CLEAN = doc/sccp/html/search/* doc/sccp/{html,latex}/* doc/html.tar doc/doxygen_sqlite3.db doc/sccp/doxygen_sqlite3.db doc/*.tag
+DX_CLEAN = doc/sigtran/html/search/* doc/sigtran/{html,latex}/* doc/html.tar doc/doxygen_sqlite3.db doc/sigtran/doxygen_sqlite3.db doc/*.tag
endif
--
To view, visit https://gerrit.osmocom.org/4458
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id591695f9ac9eba53259558c657df834c331e5fa
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder