More spelling & top fixes.
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
extern "C" {
|
||||
|
||||
/**
|
||||
* osgGetVersion() returns the library version number.
|
||||
* Numbering convention : OpenSceneGraph-0.8-31 will return 0.8.31 from osgGetVersion.
|
||||
*
|
||||
* This C function can be also used to check for the existence of the OpenSceneGraph
|
||||
* library using autoconf and its m4 macro AC_CHECK_LIB.
|
||||
*
|
||||
* Here is the code to add to your configure.in:
|
||||
* osgGetVersion() returns the library version number.
|
||||
* Numbering convention : OpenSceneGraph-0.8-31 will return 0.8.31 from osgGetVersion.
|
||||
*
|
||||
* This C function can be also used to check for the existence of the OpenSceneGraph
|
||||
* library using autoconf and its m4 macro AC_CHECK_LIB.
|
||||
*
|
||||
* Here is the code to add to your configure.in:
|
||||
\verbatim
|
||||
#
|
||||
# Check for the OpenSceneGraph (OSG) library
|
||||
@@ -36,9 +36,7 @@ extern "C" {
|
||||
*/
|
||||
extern SG_EXPORT const char* osgGetVersion();
|
||||
|
||||
/**
|
||||
* osgGetLibraryName() returns the library name in human friendly form.
|
||||
*/
|
||||
/** The osgGetLibraryName() method returns the library name in human-friendly form. */
|
||||
extern SG_EXPORT const char* osgGetLibraryName();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user