Re: [boost] documentation 1.63 not up to date
Hello Daniel,
I'm referring to
http://www.boost.org/doc/libs/1_63_0/libs/fiber/doc/html/fiber/performance.h...
.
The page should contain three tables (the one related to threads is
missing) - my modification s date from end of November.
Oliver
Am 27.12.2016 1:35 nachm. schrieb "Daniel James"
Hi, could you update the documentation of boost-1.63 please - it is not up to date. For instance in boost.fiber commit 648de6a66544c5d03e5595cb25ed76 5ee0cd40d2 (17.12.2016) is missing. Thank you in advance, Oliver
The documentation on the website should just be whatever is in the release. It's a bit hard to know without a link to the page where that change is meant to be. I think what you're seeing on the website are the html files that are checked into git. I guess the documentation build isn't replacing them. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
On 27 December 2016 at 12:45, Oliver Kowalke
Hello Daniel, I'm referring to http://www.boost.org/doc/libs/1_63_0/libs/fiber/doc/html/fiber/performance.h... . The page should contain three tables (the one related to threads is missing) - my modification s date from end of November. Oliver
The change you referred to before was from the 17th, but the html file in git was last updated on the 10th. https://github.com/boostorg/fiber/blob/master/doc/html/fiber/performance.htm... I guess that's what you're seeing. I'm not sure how the build is set up now, but I'm guessing it wasn't set up to build the fiber documentation because there's already html files there. To build the documentation, I think you need to change the end of your documentation jamfile to something like: alias boostdoc ; explicit boostdoc ; alias boostrelease : fiber ; explicit boostrelease ; Although, I can't test that now, so it might be wrong. I'd also delete the html documentation from the repo, as a broken link is a better indicator that the documentation isn't being built.
2016-12-27 14:11 GMT+01:00 Daniel James
alias boostdoc ; explicit boostdoc ; alias boostrelease : fiber ; explicit boostrelease ;
the Jamfile in fiber/doc already contains those commands - is there a chance to get the web docu updated? At the moment it contains outdated informations.
On 27 December 2016 at 18:16, Oliver Kowalke
2016-12-27 14:11 GMT+01:00 Daniel James
: alias boostdoc ; explicit boostdoc ; alias boostrelease : fiber ; explicit boostrelease ;
the Jamfile in fiber/doc already contains those commands
It's a bit different, I think 'fiber' needs to built for the 'boostrelease' target, it's currently built for the the 'boostdoc' target.
At the moment it contains outdated informations.
I'm away from home at the moment and can't build the documentation myself, so I can only update the site when it automatically rebuilds, and I think the documentation build is broken at the moment.
Hi, it seems that the documentation of Hana is broken, the page: http://www.boost.org/doc/libs/1_63_0/libs/hana/doc/html/index.html shows "404 Not Found" on my computer. Best regards, Hans
participants (3)
-
Daniel James
-
Hans Dembinski
-
Oliver Kowalke