File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ Download location
30
30
- https://github.com/libxmlplusplus/libxmlplusplus/releases/
31
31
32
32
Reference documentation
33
- - https://developer-old.gnome.org/libxml++/3.2 /
33
+ - https://libxmlplusplus.github.io/libxmlplusplus/reference/html /
34
34
35
- This reference documentation does not document the latest release. If you want
36
- newer documentation, download a tarball. Tarballs contain reference documentation.
37
- In tarballs generated with Meson, see the untracked/docs/reference/html directory.
35
+ The documentation on the web describes libxml++-5.0.
36
+ If you want documentation of libxml++-3.0, download a tarball.
37
+ Tarballs contain reference documentation. In tarballs generated with Meson,
38
+ see the untracked/docs/reference/html directory.
38
39
39
40
Discussion on GNOME's discourse forum
40
41
- https://discourse.gnome.org/tag/cplusplus
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ includedir=@includedir@
8
8
docdir=${datarootdir}/doc/@LIBXMLXX_MODULE_NAME@
9
9
doxytagfile=${docdir}/reference/@LIBXMLXX_MODULE_NAME@.tag
10
10
htmlrefdir=${docdir}/reference/html
11
- htmlrefpub=http ://library.gnome.org/devel/@PACKAGE_TARNAME@/3.2 /
11
+ htmlrefpub=https ://libxmlplusplus.github.io/libxmlplusplus/reference/html /
12
12
13
13
Name: libxml++
14
14
Description: C++ wrapper for libxml
Original file line number Diff line number Diff line change 14
14
* libxml++ is a C++ wrapper for the <a href="http://xmlsoft.org/">libxml2</a> XML parser and builder library. It presents a
15
15
* simple C++-like API that can achieve common tasks with less code.
16
16
*
17
- * See also the <a href="https://developer-old.gnome.org/libxml++-tutorial/3.2/ ">libxml++ Tutorial</a>
17
+ * See also the <a href="https://libxmlplusplus.github.io/libxmlplusplus/manual/html/index.html ">libxml++ Tutorial</a>
18
18
* and the <a href="https://libxmlplusplus.github.io/libxmlplusplus/">libxml++ website</a>.
19
+ * The online version of the tutorial describes libxml++-5.0.
19
20
*
20
21
* @section features Features
21
22
*
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ project_build_root = meson.current_build_dir()
46
46
cpp_compiler = meson .get_compiler(' cpp' )
47
47
is_msvc = cpp_compiler.get_id() == ' msvc'
48
48
49
- python3 = find_program (' python3' , version : ' >=3.5 ' )
49
+ python3 = find_program (' python3' , version : ' >=3.7 ' )
50
50
51
51
# Do we build from a git repository?
52
52
# Suppose we do if and only if the meson.build file is tracked by git.
@@ -435,7 +435,7 @@ endif
435
435
if meson .is_subproject()
436
436
pkgconfig_vars = {
437
437
' htmlrefdir' : install_prefix / install_docdir / ' reference' / ' html' ,
438
- ' htmlrefpub' : ' http ://library.gnome.org/devel/libxml++/3.2 /'
438
+ ' htmlrefpub' : ' https ://libxmlplusplus.github.io/libxmlplusplus/reference/html /'
439
439
}
440
440
if build_documentation
441
441
pkgconfig_vars += {' doxytagfile' : tag_file.full_path()}
You can’t perform that action at this time.
0 commit comments