File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ CppObjType objType(const CppObj* cppObj);
3434/* *
3535 * @brief Helps working with raw or unique_ptr of CppObj in a uniform way.
3636 *
37- * It is design to not handle the ownership of the object. Just to make itr easy to work with raw pointer or unique_ptr
37+ * It is design to not handle the ownership of the object. Just to make it easy to work with raw pointer or unique_ptr
3838 * in the same way.
3939 *
4040 * @tparam CppObjT CppObj or any of it's descendent type.
Original file line number Diff line number Diff line change 3131 *
3232 * Ideally this factory class should be used to create any CppObj object so that clients of CppParser can supply its own
3333 * type.
34- * At present creation of only few are added as per the requirement of CIB.
34+ * At present creation of only few are added as per the requirement of CIB, https://github.com/satya-das/cib .
3535 */
3636class CppObjFactory
3737{
You can’t perform that action at this time.
0 commit comments