diff options
author | Simon Howard | 2013-03-24 01:38:37 +0000 |
---|---|---|
committer | Simon Howard | 2013-03-24 01:38:37 +0000 |
commit | f0f56055d87e51f7ab974cd7812de72ce1cd9100 (patch) | |
tree | 981ee51840a5f09a8a01687b52183eb9bb369744 /src/strife | |
parent | f5a56e4fd1441de9a5bd853dbff104645577ab7c (diff) | |
download | chocolate-doom-f0f56055d87e51f7ab974cd7812de72ce1cd9100.tar.gz chocolate-doom-f0f56055d87e51f7ab974cd7812de72ce1cd9100.tar.bz2 chocolate-doom-f0f56055d87e51f7ab974cd7812de72ce1cd9100.zip |
Initial docgen changes to generate manpages for Heretic, Hexen, Strife.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2568
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/d_main.c | 4 | ||||
-rw-r--r-- | src/strife/g_game.c | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/strife/d_main.c b/src/strife/d_main.c index 5615709b..ad69f1d4 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -1457,16 +1457,12 @@ void D_DoomMain (void) nomonsters = M_CheckParm ("-nomonsters"); //! - // @category strife - // // Sets Rogue playtesting mode (godmode, noclip toggled by backspace) // workparm = M_CheckParm ("-work"); //! - // @category strife - // // Attemps to flip player gun sprites, but is broken. // diff --git a/src/strife/g_game.c b/src/strife/g_game.c index 84e3c274..e295b858 100644 --- a/src/strife/g_game.c +++ b/src/strife/g_game.c @@ -2213,7 +2213,7 @@ void G_BeginRecording (void) { int i; - //! + // // @category demo // // Record a high resolution "Doom 1.91" demo. |