[CXX-38] Get Documentation Working for Extracted Driver Created: 04/Feb/14 Updated: 06/Mar/14 Resolved: 06/Mar/14 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | legacy-0.0-26compat-2.6.0-rc0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Tyler Brock | Assignee: | Tyler Brock |
| Resolution: | Done | Votes: | 0 |
| Labels: | legacy-cxx | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Comments |
| Comment by Tyler Brock [ 04/Mar/14 ] |
|
New plan is to just not have the old documentation at all. C++ will simply point to the documentation for the legacy branch and C++11 will point to master (when it exists) as per our conversation earlier. |
| Comment by Daniel Pasette (Inactive) [ 04/Mar/14 ] |
|
that's ok |
| Comment by Tyler Brock [ 04/Mar/14 ] |
|
dan@10gen.com is this plan ok with you? |
| Comment by Tyler Brock [ 20/Feb/14 ] |
|
The plan is to rename the current driver, "C++", to "Server" so that we can use C++ for the legacy driver. In the future we will use "C++11" for the new driver (on master of the repository). |
| Comment by Tyler Brock [ 19/Feb/14 ] |
|
I've extracted the doxygenConfig from the main repo. The build.py script in apidocs repo has the current documentation being build with the following command using the doxygenConfig: doxygen doxygenConfig Seems to be working, we will need to make some changes to the build.py in order to get it to pull from the new repository, and the apidocs repo in order to rename the old documentation. |