mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 13:51:36 +00:00
Put my text editing vim settings into the docs.
Vim's autoformating doesn't like our style of comments, so I have to force it to do what I want. Having to set the appropriate options every time I edit a file got to be a RPITA, so time to get the computer to do it for me :)
This commit is contained in:
parent
1e827485ef
commit
6a7b316572
17 changed files with 17 additions and 0 deletions
1
INSTALL
1
INSTALL
|
@ -1,5 +1,6 @@
|
|||
//This file is formatted for processing with doxygen.
|
||||
//unfortunatly, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page build-install Building and Installing QuakeForge
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page key_binding New Bind System
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page run_config Runtime Configuration.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page connection_sequence QW Connection Sequence
|
||||
\msc
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page cshift_cvars cshift control
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page dirconf Directory Configuration
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page faq Frequently Asked Questions
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page filesystem QuakeForge Directory Trees
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page mapformat Map (.map) File Format
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page property-list Property List
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page qtv_overview QF QTV overview/status.
|
||||
OVERVIEW:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\mainpage QuakeForge
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page qw_cap_spec QW Capabilities String
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page qw_download_spec QW Download Specification
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page surround_sound_spec Description of Surround-Sound Channels
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page server_timestamps Server Log Timestamps
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//unfortunately, have to wrap the docs in a C comment for doxygen
|
||||
// vim:tw=74:formatoptions-=l
|
||||
/**
|
||||
\page tracklist Tracklist config file
|
||||
|
||||
|
|
Loading…
Reference in a new issue