Fixed Typos

This commit is contained in:
AjinkyaDahale
2017-03-12 15:51:43 +05:30
committed by Yorik van Havre
parent 6a385f5ee3
commit b60fe48564
5 changed files with 8 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ public:
/// Returns a point of the feature it counts as it's base
virtual Base::Vector3d getBasePoint () const;
protected:
void onDocumentRestored();
};

View File

@@ -79,7 +79,7 @@ public:
* and into the begin if where is InsertAfter.
* @param after if true insert the feature after the target. Default is false.
*
* @note the methode doesn't modifies the Tip unlike addObject()
* @note the method doesn't modify the Tip unlike addObject()
*/
void insertObject(App::DocumentObject* feature, App::DocumentObject* target, bool after=false);

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="BodyBasePy"
@@ -24,7 +24,7 @@
and into the begin if where is InsertAfter.
@param after if true insert the feature after the target. Default is false.
@note the methode doesn't modifies the Tip unlike addObject()
@note the method doesn't modify the Tip unlike addObject()
</UserDocu>
</Documentation>
</Methode>