Various corrections and enhancements to the documentation.

Change-Id: I03519bfccf4367b36d36006f1450d5fbcbbf8621
This commit is contained in:
Sameer Agarwal
2013-05-26 12:40:12 -07:00
parent 97e1795704
commit ebbb984db8
10 changed files with 841 additions and 290 deletions
@@ -58,7 +58,7 @@ namespace ceres {
//
// For example, Quaternions have a three dimensional local
// parameterization. It's plus operation can be implemented as (taken
// from interncal/ceres/auto_diff_local_parameterization_test.cc)
// from internal/ceres/auto_diff_local_parameterization_test.cc)
//
// struct QuaternionPlus {
// template<typename T>