video/menu layout
This commit is contained in:
parent
74283b220f
commit
299e873c76
139
ndoc/Menu.txt
139
ndoc/Menu.txt
@ -1,54 +1,85 @@
|
|||||||
Format: 1.32
|
Format: 1.32
|
||||||
|
|
||||||
|
|
||||||
Title: Photon
|
Title: Photon
|
||||||
SubTitle: Simple Open Source 2D Game API
|
SubTitle: Simple Open Source 2D Game API
|
||||||
Footer: Documentation for <a href="http://photon.sourceforge.net">photon</a>. Copyright (C) 2004-2005 James Turk
|
|
||||||
|
Footer: Documentation for <a href="http://photon.sourceforge.net">photon</a>. Copyright (C) 2004-2005 James Turk
|
||||||
|
|
||||||
Group: photon:: {
|
|
||||||
|
# --------------------------------------------------------------------------
|
||||||
File: AppCore (AppCore.hpp)
|
#
|
||||||
File: Application (Application.hpp)
|
# Cut and paste the lines below to change the order in which your files
|
||||||
File: Basic Types (types.hpp)
|
# appear on the menu. Don't worry about adding or removing files, Natural
|
||||||
File: Entrypoint (entrypoint.hpp)
|
# Docs will take care of that.
|
||||||
File: Exception/Error Types (exceptions.hpp)
|
#
|
||||||
File: Log (Log.hpp)
|
# You can further organize the menu by grouping the entries. Add a
|
||||||
File: Logging Utilities (LogSink.hpp)
|
# "Group: [name] {" line to start a group, and add a "}" to end it.
|
||||||
|
#
|
||||||
|
# You can add text and web links to the menu by adding "Text: [text]" and
|
||||||
Group: audio:: {
|
# "Link: [name] ([URL])" lines, respectively.
|
||||||
|
#
|
||||||
File: AudioCore (audio/AudioCore.hpp)
|
# The formatting and comments are auto-generated, so don't worry about
|
||||||
} # Group: Audio::
|
# neatness when editing the file. Natural Docs will clean it up the next
|
||||||
|
# time it is run. When working with groups, just deal with the braces and
|
||||||
Group: math:: {
|
# forget about the indentation and comments.
|
||||||
|
#
|
||||||
File: Circle (math/Circle.hpp)
|
# --------------------------------------------------------------------------
|
||||||
File: Math Utilities (math/math.hpp)
|
|
||||||
File: Rect (math/Rect.hpp)
|
|
||||||
File: Vector2 (math/Vector2.hpp)
|
Group: photon:: {
|
||||||
} # Group: Math::
|
|
||||||
|
File: AppCore (AppCore.hpp)
|
||||||
Group: util:: {
|
File: Application (Application.hpp)
|
||||||
|
File: Basic Types (types.hpp)
|
||||||
File: ConfigFile (util/ConfigFile.hpp)
|
File: Entrypoint (entrypoint.hpp)
|
||||||
File: File System (util/filesys/filesys.hpp)
|
File: Exception/Error Types (exceptions.hpp)
|
||||||
File: FileBuffer (util/FileBuffer.hpp)
|
File: Log (Log.hpp)
|
||||||
File: RandGen (util/RandGen.hpp)
|
File: Logging Utilities (LogSink.hpp)
|
||||||
File: Singleton (util/Singleton.hpp)
|
File: ResourceManaged (ResourceManaged.hpp)
|
||||||
File: VersionInfo (util/VersionInfo.hpp)
|
File: ResourceManager (ResourceManager.hpp)
|
||||||
} # Group: Util::
|
|
||||||
}
|
Group: audio:: {
|
||||||
|
|
||||||
Group: Index {
|
File: AudioCore (audio\AudioCore.hpp)
|
||||||
|
} # Group: audio::
|
||||||
Index: Everything
|
|
||||||
Class Index: Classes
|
Group: math:: {
|
||||||
Constant Index: Constants
|
|
||||||
Function Index: Functions
|
File: Circle (math\Circle.hpp)
|
||||||
Type Index: Types
|
File: Math Utilities (math\math.hpp)
|
||||||
Macro Index: Macros
|
File: Rect (math\Rect.hpp)
|
||||||
Variable Index: Variables
|
File: Vector2 (math\Vector2.hpp)
|
||||||
} # Group: Index
|
} # Group: math::
|
||||||
|
|
||||||
|
Group: util:: {
|
||||||
|
|
||||||
|
File: ConfigFile (util\ConfigFile.hpp)
|
||||||
|
File: FileBuffer (util\FileBuffer.hpp)
|
||||||
|
File: filesys:: (util\filesys\filesys.hpp)
|
||||||
|
File: RandGen (util\RandGen.hpp)
|
||||||
|
File: Singleton (util\Singleton.hpp)
|
||||||
|
File: Timer (util\Timer.hpp)
|
||||||
|
File: VersionInfo (util\VersionInfo.hpp)
|
||||||
|
} # Group: util::
|
||||||
|
|
||||||
|
Group: video:: {
|
||||||
|
|
||||||
|
File: Color (video\Color.hpp)
|
||||||
|
File: Pen (video\Pen.hpp)
|
||||||
|
File: VideoCore (video\VideoCore.hpp)
|
||||||
|
} # Group: video::
|
||||||
|
|
||||||
|
} # Group: photon::
|
||||||
|
|
||||||
|
Group: Index {
|
||||||
|
|
||||||
|
Index: Everything
|
||||||
|
Class Index: Classes
|
||||||
|
Constant Index: Constants
|
||||||
|
Function Index: Functions
|
||||||
|
Type Index: Types
|
||||||
|
Macro Index: Macros
|
||||||
|
Variable Index: Variables
|
||||||
|
} # Group: Index
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user