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

@@ -153,8 +153,8 @@ private:
};
/** the Link Poperty with sub elements
* This property links a object and a defined sequence of
* sub elements. This subelemts (like Edges of a Shape)
* This property links an object and a defined sequence of
* sub elements. These subelements (like Edges of a Shape)
* are stored as names, which can be resolved by the
* ComplexGeoDataType interface to concrete sub objects.
*/

View File

@@ -46,7 +46,7 @@ class SequencerLauncher;
* #include <Base/Sequencer.h>
*
* //first example
* Base::SequencerLauncher seq("my text", 10))
* Base::SequencerLauncher seq("my text", 10)
* for (int i=0; i<10; i++)
* {
* // do something
@@ -54,7 +54,7 @@ class SequencerLauncher;
* }
*
* //second example
* Base::SequencerLauncher seq("my text", 10))
* Base::SequencerLauncher seq("my text", 10)
* do
* {
* // do something

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>