Skip to content

Commit

Permalink
Merge pull request #372 from kerautret/fixDoxyDGtalNightly
Browse files Browse the repository at this point in the history
Fix doc url (auto merge simple link)
  • Loading branch information
kerautret committed May 7, 2020
2 parents e501267 + be2852c commit c485884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[#356](https://github.com/DGtal-team/DGtalTools/pull/356))
- set cmake based CPP11 check instead the manual DGtal check. (Bertrand
Kerautret [#364](https://github.com/DGtal-team/DGtalTools/pull/364))
- fix ld boost program options macos warnings.
- fix ld boost program options macos warnings. (Bertrand
Kerautret [#366](https://github.com/DGtal-team/DGtalTools/pull/366))

- *volumetric:
Expand All @@ -14,6 +14,10 @@
- Using SourceForge to download doxygen sources during Travis CI jobs.
(Roland Denis [#360](https://github.com/DGtal-team/DGtalTools/pull/360))

- *documentations*
- Fix doc link to the DGtal lib in the tool source (from new github website).
(Bertrand Kerautret [#372](https://github.com/DGtal-team/DGtalTools/pull/372))


# DGtalTools 1.0

Expand Down
4 changes: 2 additions & 2 deletions doc/doxy.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2076,8 +2076,8 @@ SKIP_FUNCTION_MACROS = YES
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.

TAGFILES = "DGtal-tagfile=http://dgtal.org/doc/nightly/" \
"Board-tagfile=http://dgtal.org/doc/nightly/"
TAGFILES = "DGtal-tagfile=https://dgtal-team.github.io/doc-nightly/" \
"Board-tagfile=https://dgtal-team.github.io/doc-nightly/"

# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
Expand Down

0 comments on commit c485884

Please sign in to comment.