Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 18 and Version 19 of code/doc


Ignore:
Timestamp:
Apr 11, 2017, 10:43:59 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/doc

    v18 v19  
    11= Documentation =
    2 [[TracNav(TracNav/TOC_Development)]]
    32
    4 This page is the base of all wiki-pages with documentations about our Framework, Libraries and the Game itself. Most of the classes have their own site, click on the libraries to find them. The TracNav on the right side will help you finding your way through the documentation.
     3This page is the base of all wiki-pages with documentations about our Framework, Libraries and the Game itself. Most of the classes have their own site, click on the libraries to find them.
    54
    65=== Libraries ===
    76Orxonox is built on several libraries, some of them are from external developers, others are self developed. The following lists link to the documentations of the libraries, their classes and functions. [[br]]
    8 [wiki:LibraryDependencies Dependency graph]
     7[wiki:code/Dependencies Dependency graph]
    98
    109{{{
    1110#!div style="float: left; margin-right: 20px;"
    1211|| '''Orxonox libraries''' ||
    13 || [wiki:Core] ||
    14 || [wiki:Network] ||
    15 || [wiki:Orxonox] ||
    16 || [wiki:Util] ||
     12|| [wiki:code/doc/Core Core] ||
     13|| [wiki:code/doc/Network Network] ||
     14|| [wiki:code/doc/Orxonox Orxonox] ||
     15|| [wiki:code/doc/Util Util] ||
    1716}}}
    1817
    1918{{{
    2019#!div
    21 || '''External libraries''' ([wiki:Libraries what are they?]) ||
     20|| '''External libraries''' ([wiki:code/libs what are they?]) ||
    2221|| [http://ogre3d.org/ Ogre] ||
    2322|| [http://www.boost.org/ boost] ||
     
    3534}}}
    3635
    37 === HowTo ===
    38 The [wiki:HowTo_coding HowTo] section lists several sites with help for everyone which isn't common with the code. Also there are detailed information about topics which are class-comprehensive and therefore aren't covered by single class documentations.
     36=== !HowTo ===
     37The [wiki:code/howto HowTo] section lists several sites with help for everyone which isn't common with the code. Also there are detailed information about topics which are class-comprehensive and therefore aren't covered by single class documentations.
    3938
    4039=== FAQ ===
    41 Read the [wiki:FAQ_coding FAQ] to get answers on several questions about the framework and coding in general.
     40Read the [wiki:code/FAQ FAQ] to get answers on several questions about the framework and coding in general.
    4241
    4342=== Libraries, Modules, and Plugins ===