Add the SourceMod API doc generator.

This commit is contained in:
David Anderson
2014-07-31 10:22:04 -07:00
parent c255191a2a
commit fc560a79d9
15 changed files with 3933 additions and 0 deletions

19
tools/docgen/www/Settings.php Executable file
View File

@ -0,0 +1,19 @@
<?php
if (!defined('Nican'))
die('Hacking attempt...');
$dbname = '';
$dbuser = '';
$dbpass = '';
$dbhost = '';
($link = mysql_connect($dbhost, $dbuser, $dbpass)) or die ("could not connect");;
mysql_select_db($dbname) or die('Could not select database');
$scripturl = 'http://docs.sourcemod.net/api/index.php';
$cookieaddr = 'docs.sourcemod.net';
$cookiename = '';
?>