Skip to content

Commit

Permalink
Documentation: Let links point to sigc++2 and gtkmm3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed May 19, 2021
1 parent df01083 commit f6abdbb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ endif
if meson.is_subproject()
pkgconfig_vars = {
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/unstable/'
'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/2.10/'
}
if build_documentation
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}
Expand Down
2 changes: 1 addition & 1 deletion sigc++-uninstalled.pc.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doxytagfile=${pc_top_builddir}/docs/reference/libsigc++-@SIGCXX_API_VERSION@.tag
htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10/

Name: libsigc++
Description: Typesafe signal and callback system for C++, not installed
Expand Down
2 changes: 1 addition & 1 deletion sigc++.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ includedir=@includedir@
docdir=${datarootdir}/doc/libsigc++-@SIGCXX_API_VERSION@
doxytagfile=${docdir}/reference/libsigc++-@SIGCXX_API_VERSION@.tag
htmlrefdir=${docdir}/reference/html
htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/
htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10/

Name: libsigc++
Description: Typesafe signal and callback system for C++
Expand Down
4 changes: 2 additions & 2 deletions sigc++/sigc++.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
* @ref slot "Slots" and @ref adaptors "Adaptors".
*
* See also the
* <a href="https://developer.gnome.org/libsigc++-tutorial/stable/">libsigc++ tutorial</a>,
* <a href="https://developer.gnome.org/libsigc++-tutorial/2.10/">libsigc++ tutorial</a>,
* the <a href="https://libsigcplusplus.github.io/libsigcplusplus/">libsigc++ website</a>, and
* the <a href="https://developer.gnome.org/gtkmm-tutorial/unstable/chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
* the <a href="https://developer.gnome.org/gtkmm-tutorial/3.24/chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
*
* @section features Features
*
Expand Down

0 comments on commit f6abdbb

Please sign in to comment.