Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX: Pull contents for synopses in by reference as possible. #75

Closed
sdutoit opened this issue Apr 15, 2013 · 2 comments
Closed

LaTeX: Pull contents for synopses in by reference as possible. #75

sdutoit opened this issue Apr 15, 2013 · 2 comments

Comments

@sdutoit
Copy link
Contributor

sdutoit commented Apr 15, 2013

There are often inconsistencies between synopses, lists of definitions, and sometimes even between two synopses (e.g. the <memory> vs the shared_ptr synopsis).

For example, the <memory> synopsis was missing make_shared() and allocate_shared() (issue #71).

It would be great to include these bits by reference instead of copying them in the document. At minimum, this should be doable for cases like the above where there are "nested" synopses.

@jwakely
Copy link
Member

jwakely commented Apr 21, 2013

Yes, while preparing a patch for make_unique and adding it in several places I noticed the <memory> synopsis is also missing swap(unique_pt&,unique_ptr&)

@zygoloid
Copy link
Member

It's not clear that this is feasible: there is too much variation between the synopses and the out-of-line pieces, and too many special cases to handle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants