boostorg / bind

Boost.org bind module
http://boost.org/libs/bind
26 stars 49 forks source link

Ported bind documentation to BoostBook #5

Closed K-ballo closed 9 years ago

K-ballo commented 10 years ago

First draft, request for comments.

Links to external Boost libraries missing, I'm not sure how those should be done. Should they just point to the online boost doc, or try to point to the local version?

Generated HTML files added temporarily to the PR as a convenience.

K-ballo commented 10 years ago

Added missing links. Used @boost: for links to external Boost libraries. Replaced links to MSDN with links to cppreference.com

pdimov commented 10 years ago

Thank you for this work. I've just deleted the ref documentation from bind though (as it's now in core), which has invalidated the request. Sorry if that causes any problems. If you update the pull request, can you please not add the html directory to it? I have quickbook set up here.

K-ballo commented 10 years ago

Rebased, removed html directory, updated links to ref.

K-ballo commented 10 years ago

Before merging this, maybe we should consider that there would be a name clash with the qbk files for mem_fn (which I intend to convert too at some point).

pdimov commented 10 years ago

Perhaps we can leave bind.qbk in doc and move the other files into doc/bind? The mem_fn ones would then go into doc/mem_fn.

K-ballo commented 10 years ago

Makes sense, I will do that change.

K-ballo commented 10 years ago

Went ahead and completed the port. Let me know if anything needs changing.

pdimov commented 9 years ago

Thank you for your work, and sorry that it took me so long to get to it.