Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1372bae 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
m-grant-prg committed Jul 31, 2023
1 parent 49f504e commit 9818fbf
Show file tree
Hide file tree
Showing 982 changed files with 15,773 additions and 9,468 deletions.
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = $(DOXYGEN_PROJECT_NAME)
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.6.3
PROJECT_NUMBER = vPublish-Docs

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down Expand Up @@ -952,7 +952,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE =
EXCLUDE = ../../src/prg/c/inc-tmp

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE =
EXCLUDE = @top_srcdir@/src/prg/c/inc-tmp

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down
59 changes: 32 additions & 27 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.5 from Makefile.am.
# docs/doxygen/Makefile. Generated from Makefile.in by configure.

# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2021 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
Expand Down Expand Up @@ -58,6 +58,10 @@
# 17/07/2022 MG 1.0.9 Add a doxygen target. #
# Add dependency on document sources and #
# C sources. #
# 08/09/2022 MG 1.0.10 Remove all doxygen tarballs. Orphaned #
# tarballs can be left if git describe #
# changes and no make clean has been #
# performed. #
# #
#########################################################################

Expand Down Expand Up @@ -205,21 +209,23 @@ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
pkglibexecdir = ${libexecdir}/${PACKAGE}
ACLOCAL = ${SHELL} /home/runner/work/swoc/swoc/missing aclocal-1.16
ACLOCAL = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' aclocal-1.16
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 0
AR = ar
ARFLAGS = cr
AUTOCONF = ${SHELL} /home/runner/work/swoc/swoc/missing autoconf
AUTOHEADER = ${SHELL} /home/runner/work/swoc/swoc/missing autoheader
AUTOMAKE = ${SHELL} /home/runner/work/swoc/swoc/missing automake-1.16
AUTOCONF = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' autoconf
AUTOHEADER = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' autoheader
AUTOMAKE = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' automake-1.16
AWK = gawk
BASH = /bin/bash
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS =
CPP = gcc -E
CPPFLAGS =
CSCOPE = cscope
CTAGS = ctags
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
Expand All @@ -236,6 +242,7 @@ ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /usr/bin/grep -E
ETAGS = etags
EXEEXT =
FGREP = /usr/bin/grep -F
GETOPT = yes
Expand All @@ -245,29 +252,30 @@ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
IWYU =
LD = /usr/bin/ld -m elf_x86_64
LDFLAGS =
LIBGNU_LIBDEPS =
LIBGNU_LTLIBDEPS =
LIBMGEC_CFLAGS =
LIBMGEC_CFLAGS = -I/usr/include/libmgec
LIBMGEC_LIBS = -lmgec
LIBMGESYSUTILS_CFLAGS =
LIBMGESYSUTILS_CFLAGS = -I/usr/include/libmgesysutils -I/usr/include/libmgec
LIBMGESYSUTILS_LIBS = -lmgesysutils -lmgec
LIBOBJS =
LIBS = -lssh -lmgec -lmgesysutils
LIBS =
LIBSSH_CFLAGS =
LIBSSH_LIBS = -lssh
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIPO =
LN_S = ln -s
LTLIBOBJS =
LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/runner/work/swoc/swoc/missing makeinfo
MAKEINFO = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' makeinfo
MANIFEST_TOOL = :
MG_ANALYZER_CFLAGS =
MG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wformat-security -Wdeclaration-after-statement -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -O2
MG_ANALYZER_CFLAGS = -fanalyzer
MG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wdeclaration-after-statement -Wformat-security -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -O2
MG_CPPFLAGS = -DHAVE_WINSOCK2_H=0 -Wdate-time -D_FORTIFY_SOURCE=2
MG_DEBUG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wformat-security -Wdeclaration-after-statement -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -ggdb3 -O0
MG_DEBUG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wdeclaration-after-statement -Wformat-security -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -ggdb3 -O0
MG_DEBUG_CPPFLAGS = -DHAVE_WINSOCK2_H=0 -Wdate-time
MG_LDFLAGS = -Wl,-z,relro
MKDIR_P = /usr/bin/mkdir -p
Expand All @@ -280,27 +288,26 @@ OTOOL64 =
PACKAGE = swoc
PACKAGE_BUGREPORT = [email protected]
PACKAGE_NAME = Server Wait On Client Package
PACKAGE_STRING = Server Wait On Client Package 1.6.3
PACKAGE_STRING = Server Wait On Client Package Publish-Docs
PACKAGE_TARNAME = swoc
PACKAGE_URL =
PACKAGE_VERSION = 1.6.3
PACKAGE_VERSION = Publish-Docs
PATH_SEPARATOR = :
PKGCONFIG = yes
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR =
PKG_CONFIG_PATH =
PTHREAD_CC = gcc
PTHREAD_CFLAGS = -pthread
PTHREAD_LIBS =
PTHREAD_CXX = g++
PTHREAD_LIBS = -lpthread
RANLIB = ranlib
SCAN_BUILD =
SED = /usr/bin/sed
SET_MAKE =
SHELL = /bin/bash
STRIP = strip
TAR = yes
TXT2MAN = yes
TXT2MANWRAP = yes
VERSION = 1.6.3
VERSION = Publish-Docs
abs_builddir = /home/runner/work/swoc/swoc/docs/doxygen
abs_srcdir = /home/runner/work/swoc/swoc/docs/doxygen
abs_top_builddir = /home/runner/work/swoc/swoc
Expand Down Expand Up @@ -333,7 +340,7 @@ datarootdir = ${prefix}/share
docbaseloc = ${prefix}/share/doc-base
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
edit = /usr/bin/sed -e 's|@bashlocation@|$(BASH)|g' -e 's|@package_version@|$(package_version)|g' -e 's|@docbaseloc@|$(docbaseloc)|g' -e 's|@prefix@|$(prefix)|g' -e 's|@exec_prefix@|$(exec_prefix)|g' -e 's|@bindir@|$(bindir)|g' -e 's|@sbindir@|$(sbindir)|g' -e 's|@libexecdir@|$(libexecdir)|g' -e 's|@libdir@|$(libdir)|g' -e 's|@sysconfdir@|$(sysconfdir)|g' -e 's|@sharedstatedir@|$(sharedstatedir)|g' -e 's|@localstatedir@|$(localstatedir)|g' -e 's|@runstatedir@|$(runstatedir)|g' -e 's|@includedir@|$(includedir)|g' -e 's|@oldincludedir@|$(oldincludedir)|g' -e 's|@datarootdir@|$(datarootdir)|g' -e 's|@localedir@|$(localedir)|g' -e 's|@datadir@|$(datadir)|g' -e 's|@mandir@|$(mandir)|g' -e 's|@infodir@|$(infodir)|g' -e 's|@docdir@|$(docdir)|g' -e 's|@htmldir@|$(htmldir)|g' -e 's|@dvidir@|$(dvidir)|g' -e 's|@pdfdir@|$(pdfdir)|g' -e 's|@psdir@|$(psdir)|g' -e 's|@lispdir@|$(lispdir)|g' -e 's|@pkgdatadir@|$(pkgdatadir)|g' -e 's|@pkgincludedir@|$(pkgincludedir)|g' -e 's|@pkglibdir@|$(pkglibdir)|g' -e 's|@pkglibexecdir@|$(pkglibexecdir)|g'
edit = /usr/bin/sed -e 's|@cli_pc_requires@|$(cli_pc_requires)|g' -e 's|@cli_pc_requires_private@|$(cli_pc_requires_private)|g' -e 's|@com_pc_requires@|$(com_pc_requires)|g' -e 's|@com_pc_requires_private@|$(com_pc_requires_private)|g' -e 's|@srv_pc_requires@|$(srv_pc_requires)|g' -e 's|@srv_pc_requires_private@|$(srv_pc_requires_private)|g' -e 's|@pkgversion@|$(pkgversion)|g' -e 's|@bashlocation@|$(BASH)|g' -e 's|@docbaseloc@|$(docbaseloc)|g' -e 's|@CC@|$(CC)|g' -e 's|@prefix@|$(prefix)|g' -e 's|@exec_prefix@|$(exec_prefix)|g' -e 's|@bindir@|$(bindir)|g' -e 's|@sbindir@|$(sbindir)|g' -e 's|@libexecdir@|$(libexecdir)|g' -e 's|@libdir@|$(libdir)|g' -e 's|@sysconfdir@|$(sysconfdir)|g' -e 's|@sharedstatedir@|$(sharedstatedir)|g' -e 's|@localstatedir@|$(localstatedir)|g' -e 's|@runstatedir@|$(runstatedir)|g' -e 's|@includedir@|$(includedir)|g' -e 's|@oldincludedir@|$(oldincludedir)|g' -e 's|@datarootdir@|$(datarootdir)|g' -e 's|@localedir@|$(localedir)|g' -e 's|@datadir@|$(datadir)|g' -e 's|@mandir@|$(mandir)|g' -e 's|@infodir@|$(infodir)|g' -e 's|@docdir@|$(docdir)|g' -e 's|@htmldir@|$(htmldir)|g' -e 's|@dvidir@|$(dvidir)|g' -e 's|@pdfdir@|$(pdfdir)|g' -e 's|@psdir@|$(psdir)|g' -e 's|@lispdir@|$(lispdir)|g' -e 's|@pkgdatadir@|$(pkgdatadir)|g' -e 's|@pkgincludedir@|$(pkgincludedir)|g' -e 's|@pkglibdir@|$(pkglibdir)|g' -e 's|@pkglibexecdir@|$(pkglibexecdir)|g'
exec_prefix = ${prefix}
gl_LIBOBJS =
gl_LTLIBOBJS =
Expand All @@ -348,7 +355,7 @@ host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/runner/work/swoc/swoc/install-sh
install_sh = ${SHELL} /home/runner/work/swoc/swoc/build-aux/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
lispdir = ${datarootdir}/emacs/site-lisp
Expand All @@ -357,8 +364,8 @@ localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
package_version = 1.6.3
pdfdir = ${docdir}
pkgversion = Publish-Docs
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
Expand Down Expand Up @@ -402,9 +409,7 @@ docbase_DATA = swoc swoc-int
EXTRA_DIST = $(docpkg) $(intdocpkg) $(srcdir)/src $(srcdir)/swoc.in \
$(srcdir)/swoc-int.in

CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp $(docpkg) $(intdocpkg) \
swoc swoc-int

CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp swoc swoc-int
all: all-am

.SUFFIXES:
Expand Down Expand Up @@ -514,7 +519,6 @@ ctags CTAGS:

cscope cscopelist:


distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am

Expand Down Expand Up @@ -751,6 +755,7 @@ uninstall-local:
cd $(DESTDIR)$(intdir) && rm -rf html-int

clean-local:
rm -rf html html-int swoc*doxy*.tar.gz
rm -rf html html-int

# Tell versions [3.59,3.63) of GNU make to not export all variables.
Expand Down
8 changes: 6 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
# 17/07/2022 MG 1.0.9 Add a doxygen target. #
# Add dependency on document sources and #
# C sources. #
# 08/09/2022 MG 1.0.10 Remove all doxygen tarballs. Orphaned #
# tarballs can be left if git describe #
# changes and no make clean has been #
# performed. #
# #
#########################################################################

Expand Down Expand Up @@ -167,9 +171,9 @@ EXTRA_DIST = $(docpkg) $(intdocpkg) $(srcdir)/src $(srcdir)/swoc.in \
$(srcdir)/swoc-int.in


CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp $(docpkg) $(intdocpkg) \
swoc swoc-int
CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp swoc swoc-int

clean-local:
rm -rf html html-int swoc*doxy*.tar.gz
rm -rf html html-int

25 changes: 15 additions & 10 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@

# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2021 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
Expand Down Expand Up @@ -58,6 +58,10 @@
# 17/07/2022 MG 1.0.9 Add a doxygen target. #
# Add dependency on document sources and #
# C sources. #
# 08/09/2022 MG 1.0.10 Remove all doxygen tarballs. Orphaned #
# tarballs can be left if git describe #
# changes and no make clean has been #
# performed. #
# #
#########################################################################

Expand Down Expand Up @@ -220,6 +224,8 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
Expand All @@ -236,6 +242,7 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GETOPT = @GETOPT@
Expand All @@ -245,6 +252,7 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
IWYU = @IWYU@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
Expand Down Expand Up @@ -286,13 +294,12 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKGCONFIG = @PKGCONFIG@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PTHREAD_CC = @PTHREAD_CC@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_CXX = @PTHREAD_CXX@
PTHREAD_LIBS = @PTHREAD_LIBS@
RANLIB = @RANLIB@
SCAN_BUILD = @SCAN_BUILD@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
Expand Down Expand Up @@ -357,8 +364,8 @@ localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
package_version = @package_version@
pdfdir = @pdfdir@
pkgversion = @pkgversion@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
Expand Down Expand Up @@ -402,9 +409,7 @@ docbase_DATA = swoc swoc-int
EXTRA_DIST = $(docpkg) $(intdocpkg) $(srcdir)/src $(srcdir)/swoc.in \
$(srcdir)/swoc-int.in

CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp $(docpkg) $(intdocpkg) \
swoc swoc-int

CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp swoc swoc-int
all: all-am

.SUFFIXES:
Expand Down Expand Up @@ -514,7 +519,6 @@ ctags CTAGS:

cscope cscopelist:


distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am

Expand Down Expand Up @@ -751,6 +755,7 @@ uninstall-local:
@DISTCHECKFAKE_FALSE@ cd $(DESTDIR)$(intdir) && rm -rf html-int

clean-local:
rm -rf html html-int swoc*doxy*.tar.gz
rm -rf html html-int

# Tell versions [3.59,3.63) of GNU make to not export all variables.
Expand Down
12 changes: 5 additions & 7 deletions html-int/100-overview_8md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Server Wait On Clients System - Full Internal Documentation: docs/doxygen/src/100-overview.md File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -26,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Server Wait On Clients System - Full Internal Documentation
&#160;<span id="projectnumber">v1.6.3</span>
&#160;<span id="projectnumber">vPublish-Docs</span>
</div>
<div id="projectbrief">Server Wait On Clients System.</div>
</td>
Expand All @@ -35,10 +35,10 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
Expand Down Expand Up @@ -93,9 +93,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="100-overview_8md.html">100-overview.md</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
</ul>
</div>
</body>
Expand Down
Loading

0 comments on commit 9818fbf

Please sign in to comment.