Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3167 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.cc


Ignore:
Timestamp:
Dec 13, 2004, 2:56:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: it is now possible to autogenerate the documentation out of /trunk with make doc.
The documentation will be moved to the folder doc/html and doc/latex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.cc

    r3166 r3167  
    6666#ifdef HAVE_GTK2
    6767  initGTK(argc, argv);
    68 #endif
     68#endif /* HAVE_GTK2 */
    6969  orxonoxGUI = new Window( "Grafical OrxOnoX loader, "PACKAGE_VERSION);
    7070#ifdef HAVE_GTK2
     
    126126
    127127}
    128 
Note: See TracChangeset for help on using the changeset viewer.