Freeciv21
Develop your civilization from humble roots to a global empire
civmanual.cpp File Reference
#include <fc_config.h>
#include <QFile>
#include <cstdlib>
#include <cstring>
#include <QCommandLineParser>
#include <QCoreApplication>
#include "astring.h"
#include "fciconv.h"
#include "fcintl.h"
#include "log.h"
#include "registry.h"
#include "support.h"
#include "capstr.h"
#include "connection.h"
#include "events.h"
#include "fc_interface.h"
#include "fc_types.h"
#include "game.h"
#include "government.h"
#include "helpdata.h"
#include "improvement.h"
#include "map.h"
#include "movement.h"
#include "player.h"
#include "version.h"
#include "commands.h"
#include "console.h"
#include "ruleset.h"
#include "sernet.h"
#include "settings.h"
#include "srv_main.h"
#include "tools_fc_interface.h"
+ Include dependency graph for civmanual.cpp:

Go to the source code of this file.

Classes

struct  tag_types
 

Enumerations

enum  manuals {
  MANUAL_SETTINGS , MANUAL_COMMANDS , MANUAL_TERRAIN , MANUAL_BUILDINGS ,
  MANUAL_WONDERS , MANUAL_GOVS , MANUAL_UNITS , MANUAL_TECHS ,
  MANUAL_COUNT
}
 

Functions

static bool manual_command (struct tag_types *tag_info)
 Write a server manual, then quit. More...
 
int main (int argc, char **argv)
 Entry point of whole freeciv-manual program. More...
 

Variables

struct tag_types html_tags
 
struct tag_types wiki_tags
 
static QString ruleset
 

Enumeration Type Documentation

◆ manuals

enum manuals
Enumerator
MANUAL_SETTINGS 
MANUAL_COMMANDS 
MANUAL_TERRAIN 
MANUAL_BUILDINGS 
MANUAL_WONDERS 
MANUAL_GOVS 
MANUAL_UNITS 
MANUAL_TECHS 
MANUAL_COUNT 

Definition at line 56 of file civmanual.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Entry point of whole freeciv-manual program.

Definition at line 641 of file civmanual.cpp.

◆ manual_command()

static bool manual_command ( struct tag_types tag_info)
static

Write a server manual, then quit.

Definition at line 157 of file civmanual.cpp.

Referenced by main().

Variable Documentation

◆ html_tags

struct tag_types html_tags

Definition at line 1 of file civmanual.cpp.

Referenced by apply_tags(), and main().

◆ ruleset

QString ruleset
static

Definition at line 152 of file civmanual.cpp.

Referenced by main(), set_ruleset(), sg_load_ruleset(), and sg_load_savefile().

◆ wiki_tags

struct tag_types wiki_tags

Definition at line 1 of file civmanual.cpp.

Referenced by main().