Format: 1.4


Title: ULib
SubTitle: Ulysess Library for Garrysmod

Footer: Copyright (c) 2010 Team Ulysses
Timestamp: Generated on month day, year
#   m     - One or two digit month.  January is "1"
#   mm    - Always two digit month.  January is "01"
#   mon   - Short month word.  January is "Jan"
#   month - Long month word.  January is "January"
#   d     - One or two digit day.  1 is "1"
#   dd    - Always two digit day.  1 is "01"
#   day   - Day with letter extension.  1 is "1st"
#   yy    - Two digit year.  2006 is "06"
#   yyyy  - Four digit year.  2006 is "2006"
#   year  - Four digit year.  2006 is "2006"


# --------------------------------------------------------------------------
# 
# Cut and paste the lines below to change the order in which your files
# appear on the menu.  Don't worry about adding or removing files, Natural
# Docs will take care of that.
# 
# You can further organize the menu by grouping the entries.  Add a
# "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
# "Link: [name] ([URL])" lines, respectively.
# 
# The formatting and comments are auto-generated, so don't worry about
# 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
# forget about the indentation and comments.
# 
# --------------------------------------------------------------------------


Group: Lua  {

   Group: Client  {

      File: Draw  (lua/ulib/client/draw.lua)
      File: redirect  (lua/ulib/client/commands.lua)
      File: Utilities  (lua/ulib/client/cl_util.lua)
      }  # Group: Client

   Group: Server  {

      File: Concommand Helpers  (lua/ulib/server/concommand.lua)
      File: Physics Helpers  (lua/ulib/server/phys.lua)
      File: Player  (lua/ulib/server/player.lua)
      File: UCL  (lua/ulib/server/ucl.lua)
      File: Utilities  (lua/ulib/server/util.lua)
      }  # Group: Server

   Group: Shared  {

      File: CAMI  (lua/ulib/shared/cami_ulib.lua)
      File: Commands  (lua/ulib/shared/commands.lua)
      File: Defines  (lua/ulib/shared/defines.lua)
      File: Messages  (lua/ulib/shared/messages.lua)
      File: Miscellaneous  (lua/ulib/shared/misc.lua)
      File: Player  (lua/ulib/shared/player.lua)
      File: Plugin Helpers  (lua/ulib/shared/plugin.lua)
      File: Shared UCL  (lua/ulib/shared/sh_ucl.lua)
      File: Tables  (lua/ulib/shared/tables.lua)
      File: Utilities  (lua/ulib/shared/util.lua)
      }  # Group: Shared

   }  # Group: Lua

Group: Index  {

   Index: Everything
   Class Index: Classes
   Function Index: Functions
   Table Index: Tables
   File Index: Files
   Variable Index: Variables
   Hook Index: Hooks
   }  # Group: Index

