Skip to content

Commit

Permalink
Replaced tutorials and API docs.
Browse files Browse the repository at this point in the history
We now have tutorials to compile from source on Linux and Windows.
The API docs are far from perfect - unfortunately, we seem to be
blocked by DMD/DDoc bugs.
  • Loading branch information
kiith-sa committed Mar 23, 2012
1 parent ae8ae39 commit 81feaa6
Show file tree
Hide file tree
Showing 471 changed files with 37,153 additions and 37,303 deletions.
38 changes: 38 additions & 0 deletions autoddoc.cfg
@@ -0,0 +1,38 @@
[PROJECT]
# Name of the project. E.g. "AutoDDoc Documentation Generator".
name = ICE
# Project version string. E.g. "0.1 alpha".
version = 0.1
# Copyright without the "Copyright (c)" part. E.g. "Joe Coder 2001-2042".
copyright = Ferdinand Majerech 2011.
# File name of the logo of the project, if any.
# Should be a PNG image. E.g. "logo.png".
logo =
#docsrc/logo128.png

[OUTPUT]
# Directory to write the documentation to.
# If none specified, "autoddoc" is used.
directory = doc/html/api
# CSS style to use. If empty, default will be generated.
# You can create a custom style by generating default style
# with "autoddoc.py -s" and modyfing it.
style =
# Documentation index file to use. If empty, default will be generated.
# You can create a custom index by generating default index
# with "autoddoc.py -i" and modyfing it.
index = docsrc/autoddoc_index.dd
# Any extra links to add to the sidebar of the documentation.
# Should be in the format "LINK DESCRIPTION", separated by commas.
# E.g; To add links to Google and the D language site, you would use:
# "http://www.google.com Google, http://d-p-l.org DLang"
links = ../index.html Documentation home
# Source files or patterns to ignore. Supports regexp syntax.
# E.g; To ignore main.d and all source files in the test/ directory,
# you would use: "main.d test/*"
ignore = docsrc/*, autoddoc/*, dependencies/*, cdc.d

[DDOC]
# Command to use to generate the documentation.
# Can be modified e.g. to use GDC or LDC.
ddoc_command = dmd -d -c -o- -Idependencies/derelict/DerelictSDL -Idependencies/derelict/DerelictGL -Idependencies/derelict/DerelictFT -Idependencies/derelict/DerelictUtil -Idependencies/dgamevfs -Idependencies/dyaml

0 comments on commit 81feaa6

Please sign in to comment.