|
Is there any documentation? This looks like it might be good, but I don't know how to tell whether it is. The "Codemap" is just links to repo directories. The "Abseil Introduction" link leads to basically to another version of the README. It does have an "Abseil C++ Quickstart" link, which tells you how to get the package, but doesn't tell you what's in it. I see things about design philosophy, compatibility, etc. But what about: what functions can I call, what do they do, and how do I call them? Is there any way to find out what's in this thing, other than reading source files? ------------------ EDIT. Style guidelines, exceptions policy, leaking checking, platforms guide, linking your code, feature check macros, yadda yadda yadda .... WHAT FUNCTIONS CAN I CALL, WHAT DO THEY DO, AND HOW DO I CALL THEM? (Sorry. I'll go calm down now.) |
This provides partial coverage, for some of the most useful bits. I believe additional docs are in the works.