Skip to content

Commit

Permalink
doc update (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolkykim committed Jun 2, 2022
1 parent db38533 commit 7458782
Show file tree
Hide file tree
Showing 41 changed files with 131 additions and 147 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ qDecoder License
================

==============================================================================
qDecoder - http://www.qdecoder.org
qDecoder

Copyright (c) 2000-2022 Seungyoung Kim.
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
## qDecoder - http://www.qdecoder.org
## qDecoder
##
## Copyright (c) 2000-2022 Seungyoung Kim.
## All rights reserved.
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for qDecoder 12 RELEASE.
#
# Report bugs to <http://www.qdecoder.org/>.
# Report bugs to <https://github.com/wolkykim/qdecoder>.
#
#
# ==============================================================================
# qDecoder - http://www.qdecoder.org
# qDecoder
#
# Copyright (c) 2000-2022 Seungyoung Kim.
# All rights reserved.
Expand Down Expand Up @@ -297,10 +297,10 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: http://www.qdecoder.org/ about your system, including
$0: any error possibly output before this message. Then
$0: install a modern shell, or manually run the script
$0: under such a shell if you do have one."
$0: https://github.com/wolkykim/qdecoder about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
fi
exit 1
fi
Expand Down Expand Up @@ -612,7 +612,7 @@ PACKAGE_NAME='qDecoder'
PACKAGE_TARNAME='qdecoder'
PACKAGE_VERSION='12 RELEASE'
PACKAGE_STRING='qDecoder 12 RELEASE'
PACKAGE_BUGREPORT='http://www.qdecoder.org/'
PACKAGE_BUGREPORT='https://github.com/wolkykim/qdecoder'
PACKAGE_URL=''

ac_unique_file="config.h.in"
Expand Down Expand Up @@ -1356,7 +1356,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <http://www.qdecoder.org/>.
Report bugs to <https://github.com/wolkykim/qdecoder>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -1428,7 +1428,7 @@ gives unlimited permission to copy, distribute and modify it.
==============================================================================
qDecoder - http://www.qdecoder.org
qDecoder
Copyright (c) 2000-2022 Seungyoung Kim.
All rights reserved.
Expand Down Expand Up @@ -4873,7 +4873,7 @@ $config_files
Configuration headers:
$config_headers
Report bugs to <http://www.qdecoder.org/>."
Report bugs to <https://github.com/wolkykim/qdecoder>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
## qDecoder - http://www.qdecoder.org
## qDecoder
##
## Copyright (c) 2000-2022 Seungyoung Kim.
## All rights reserved.
Expand Down Expand Up @@ -28,7 +28,7 @@

AC_COPYRIGHT([
==============================================================================
qDecoder - http://www.qdecoder.org
qDecoder
Copyright (c) 2000-2022 Seungyoung Kim.
All rights reserved.
Expand Down Expand Up @@ -74,7 +74,7 @@ AC_DEFUN([Q_ARG_DISABLE], [
])

## Initialize
AC_INIT([qDecoder], [12 RELEASE], [http://www.qdecoder.org/])
AC_INIT([qDecoder], [12 RELEASE], [https://github.com/wolkykim/qdecoder])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile src/qdecoder.pc src/Makefile examples/Makefile tests/Makefile])
Expand Down
7 changes: 3 additions & 4 deletions doc/html/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions doc/html/classes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions doc/html/files.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions doc/html/functions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions doc/html/functions_vars.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 18 additions & 19 deletions doc/html/globals.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7458782

Please sign in to comment.