More spelling & top fixes.

This commit is contained in:
Robert Osfield
2004-09-15 19:10:15 +00:00
parent 88e2c1b1df
commit b25c08bca4
8 changed files with 232 additions and 218 deletions

View File

@@ -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();
}