Changeset 3399 in orxonox.OLD for orxonox/branches/nico/doc
- Timestamp:
- Feb 6, 2005, 11:27:25 PM (20 years ago)
- Location:
- orxonox/branches/nico
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico
- Property svn:externals set to
-
orxonox/branches/nico/doc/orxodox.src
r2710 r3399 7 7 PROJECT_NAME = Orxonox 8 8 PROJECT_NUMBER = 1 9 OUTPUT_DIRECTORY = do c/doxygen/9 OUTPUT_DIRECTORY = doxygen/ 10 10 CREATE_SUBDIRS = YES 11 11 OUTPUT_LANGUAGE = English … … 34 34 #--------------------------------------------------------------------------- 35 35 EXTRACT_ALL = NO 36 EXTRACT_PRIVATE = NO37 EXTRACT_STATIC = NO36 EXTRACT_PRIVATE = YES 37 EXTRACT_STATIC = YES 38 38 EXTRACT_LOCAL_CLASSES = YES 39 39 EXTRACT_LOCAL_METHODS = NO … … 69 69 # configuration options related to the input files 70 70 #--------------------------------------------------------------------------- 71 INPUT = src/71 INPUT = . 72 72 FILE_PATTERNS = 73 RECURSIVE = YES73 RECURSIVE = NO 74 74 EXCLUDE = 75 75 EXCLUDE_SYMLINKS = NO -
orxonox/branches/nico/doc/orxonox.1
r1861 r3399 14 14 .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 15 15 .\" 16 .TH ORXONOX 1 " April 13, 2004"16 .TH ORXONOX 1 "March 2, 2004" 17 17 .\" Please update the above date whenever this man page is modified. 18 18 .\" … … 28 28 .\" for manpage-specific macros, see man(7) 29 29 .SH NAME 30 orxonox \- the future of 3D-vertical-scrollers30 orxonox \- High-End Vertical Scroller 31 31 .SH SYNOPSIS 32 32 .B orxonox 33 33 .RI [ options ] 34 34 .SH DESCRIPTION 35 \fBorxonox\fP washes your windows, mends your fences, mows your lawn...35 \fBorxonox\fP is an open-source vertical scroller game programmed in C++,OpenGL and SDL. It's designed to run on all important platforms like Linux, MacOS X, Windows. 36 36 .PP 37 It also...37 It washes your windows, mends your fences, mows your lawn... 38 38 .SH OPTIONS 39 39 \fBorxonox\fP accepts the following options: 40 .TP41 .BR -q , " --quiet" , " --silent"42 Inhibit usual output.43 .TP44 .B -v, --verbose45 Print more information.46 40 .TP 47 41 .B \-h, \-\-help 48 42 Show summary of options. 49 43 .TP 50 .B \-V, \-\-version 51 Show version of program. 44 .B \-v=<i>, \-\-verbose=\<i\> 45 Prints out: 0: nothing, 1: error, 2: warnings, 3: information, 4+: debug 46 .TP 47 .B \-g, \-\-gui 48 displays the gui prior to starting orxonox. (this is also the case, if the configuration-files do not exist in your home). 49 .TP 50 .B \-q, \-\-windowed 51 starts orxonox in windowed mode. (not fullscreen) 52 .TP 53 .B \-\-no\-sound 54 Disables audio completely 55 .TP 56 .B \-w, \-\-wireframe 57 Renders everything in Wireframe mode. 58 .TP 52 59 .\" .SH "SEE ALSO" 53 60 .\" .BR foo (1), 54 61 .\" .BR bar (1). 55 62 .SH AUTHOR 56 orx <orxonox-announce@mail.datacore.ch>.63 orx-crew <orxonox@orxonox.ethz.ch>.
Note: See TracChangeset
for help on using the changeset viewer.