[Kstars-devel] KDE/kdeedu/kstars/kstars

Adriaan de Groot groot at kde.org
Sat Jul 9 22:14:09 CEST 2005


SVN commit 433150 by adridg:

Dox fixes - typo's and case-sensitivity.

Take a look at http://www.englishbreakfastnetwork.org/apidocs/kdeedu.log
to see what the remaining kstars dox problems are (not too many) and
http://www.englishbreakfastnetwork.org/apidocs/kdeedu-apidocs/kstars/html/index.html
for the actual api dox in kstars. The INDI dox end up set as the mainpage,
I'm not sure why -- I'll take care of that one.

CCMAIL: kstars-devel at kde.org


 M  +1 -1      kspopupmenu.h  
 M  +3 -3      starobject.h  


--- trunk/KDE/kdeedu/kstars/kstars/kspopupmenu.h #433149:433150
@@ -100,7 +100,7 @@
 	*"Attach Label" item, and a "Detailed Info" item.  
 	*They may have image/info links, and also get the DSS Image links and the 
 	*"Add Link..." item.  They do not get an "Add Trail" item.
-	*@param star pointer to the star which the menu describes
+	*@param obj pointer to the object which the menu describes
 	*/
 	void createDeepSkyObjectMenu( SkyObject *obj );
 	
--- trunk/KDE/kdeedu/kstars/kstars/starobject.h #433149:433150
@@ -52,7 +52,7 @@
 	*@param m magnitude
 	*@param n common name
 	*@param n2 genetive name
-	*@param SpType Spectral Type
+	*@param sptype Spectral Type
 	*@param pmra Proper motion in RA direction [mas/yr]
 	*@param pmdec Proper motion in Dec direction [mas/yr]
 	*@param par Parallax angle [mas]
@@ -70,7 +70,7 @@
 	*@param m magnitude
 	*@param n common name
 	*@param n2 genetive name
-	*@param SpType Spectral Type
+	*@param sptype Spectral Type
 	*@param pmra Proper motion in RA direction [mas/yr]
 	*@param pmdec Proper motion in Dec direction [mas/yr]
 	*@param par Parallax angle [mas]
@@ -172,7 +172,7 @@
 	bool isMultiple() const { return Multiplicity; }
 
 /**@short set the star's variability flag
-	*@param true if star is variable
+	*@param v true if star is variable
 	*/
 	void setVariable( bool v ) { Variability = v; }
 


More information about the Kstars-devel mailing list