Browse Source

Added note of online Doxygen documentation.

Lasse Öörni 12 years ago
parent
commit
424e1750f4
2 changed files with 3 additions and 1 deletions
  1. 1 1
      Docs/Urho3D.dox
  2. 2 0
      Readme.txt

+ 1 - 1
Docs/Urho3D.dox

@@ -4,7 +4,7 @@ namespace Urho3D
 /**
 /**
 \mainpage Urho3D - cross-platform rendering and game engine
 \mainpage Urho3D - cross-platform rendering and game engine
 
 
-Urho3D is a lightweight, cross-platform rendering and game engine implemented in C++ and released under the MIT license. It utilizes either Direct3D9 or OpenGL for rendering (%Shader %Model 2 or OpenGL 2.0 required as minimum.)
+Urho3D (http://urho3d.googlecode.com) is a lightweight, cross-platform rendering and game engine implemented in C++ and released under the MIT license. It utilizes either Direct3D9 or OpenGL for rendering (%Shader %Model 2 or OpenGL 2.0 required as minimum.)
 
 
 For getting started, see:
 For getting started, see:
 
 

+ 2 - 0
Readme.txt

@@ -85,6 +85,8 @@ generate documentation into the "Docs" subdirectory, open the Doxyfile in the
 root directory with doxywizard and click "Run doxygen" from the "Run" tab.
 root directory with doxywizard and click "Run doxygen" from the "Run" tab.
 Get Doxygen from http://www.doxygen.org
 Get Doxygen from http://www.doxygen.org
 
 
+The documentation is also available online at http://cadaver.homeftp.net/urho3d
+
 
 
 Building prerequisites
 Building prerequisites
 ----------------------
 ----------------------