Changeset 121

Show
Ignore:
Timestamp:
09/29/05 13:46:54 (3 years ago)
Author:
aldacron
Message:

[Docs]
* added links to toc.html for il.html, ilu.html, and ilut.html
* corrected a spelling mistake in loading.html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/loading.html

    r112 r121  
    4848than expected, is corrupt, or otherwise cannot be loaded. In the case that a  
    4949shared library fails to load, the Load functions will throw an appropriate 
    50 excetpion. You can read more about these exceptions in the doumentation for  
     50exception. You can read more about these exceptions in the doumentation for  
    5151<a href="util.html">DerelictUtil</a>. 
    5252 
  • trunk/docs/toc.html

    r112 r121  
    1717<li><a target="view_frame" href="glfw.html">DerelictGLFW</a></li> 
    1818<li><a target="view_frame" href="glu.html">DerelictGLU</a></li> 
     19<li><a target="view_frame" href="il.html">DerelictIL</a></li> 
     20<li><a target="view_frame" href="iglu.html">DerelictILU</a></li> 
     21<li><a target="view_frame" href="ilut.html">DerelictILUT</a></li> 
    1922<li><a target="view_frame" href="sdl.html">DerelictSDL</a></li> 
    2023<li><a target="view_frame" href="sdlimg.html">DerelictSDLImage</a></li>