Forráskód Böngészése

Renamed "Example applications" Doxygen page to "Examples".

Lasse Öörni 12 éve
szülő
commit
2c0c10cdcb
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      Docs/GettingStarted.dox
  2. 1 1
      Docs/Urho3D.dox

+ 1 - 1
Docs/GettingStarted.dox

@@ -209,7 +209,7 @@ $ find /System/Library/Frameworks -type f -name lsregister -exec {} -kill -r -do
 The last command resets the launch service database and rebuilds it, so the changes should take effect immediately when Xcode restarts.
 
 
-\page Examples Example applications
+\page Examples Examples
 
 The examples included with Urho3D consist of two larger applications built in AngelScript, and a set of smaller sample applications provided in both C++, AngelScript and Lua, which demonstrate a specific engine feature.
 

+ 1 - 1
Docs/Urho3D.dox

@@ -11,7 +11,7 @@ For getting started, see:
 \ref Building "Building Urho3D" <br>
 \ref Running "Running Urho3D player application" <br>
 \ref UsingLibrary "Using Urho3D as external library" <br>
-\ref Examples "Example applications" <br>
+\ref Examples "Examples" <br>
 \ref Structure "Overall structure" <br>
 \ref Conventions "Conventions" <br>
 \ref EditorInstructions "Editor instructions" <br>