diff options
author | Chris Reuter <chris@blit.ca> | 2014-01-07 15:29:06 -0500 |
---|---|---|
committer | Chris Reuter <chris@blit.ca> | 2014-01-07 15:29:06 -0500 |
commit | 275ac17bcc837721cf2621ef72c0ba80d4e05570 (patch) | |
tree | 9b40cc4d95025510b9a2bdedf43646c43bc53ed2 /docs/naturaldocs | |
parent | 3b2caf62b9fc76b93e1b427c4eea0afccf8b881e (diff) | |
download | libgd-275ac17bcc837721cf2621ef72c0ba80d4e05570.tar.gz |
Started importing the old manual into Naturaldocs comments.
This changeset imports documention for gdImage to gdImagePng*() into
Natural Docs. Documention is based on the text of the original
manual, version 2.0.36 but adapted to better suit the format.
Subsequent changesets will introduce docs for subsequent manual
entries.
naturaldocs, when present, is invoked by bootstrap.sh. The completed
manual will be in docs/naturaldocs/html/index.html. It can also be
explicitly invoked by running docs/naturaldocs/run_docs.sh.
This change also removed docs/naturaldocs/project/Menu.txt, since it
currently contains no non-generated content and is prone to introduce
noise into the changeset.
Diffstat (limited to 'docs/naturaldocs')
-rw-r--r-- | docs/naturaldocs/project/Menu.txt | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/docs/naturaldocs/project/Menu.txt b/docs/naturaldocs/project/Menu.txt deleted file mode 100644 index 2db47b0..0000000 --- a/docs/naturaldocs/project/Menu.txt +++ /dev/null @@ -1,66 +0,0 @@ -Format: 1.51 - - -# You can add a title and sub-title to your menu like this: -# Title: [project name] -# SubTitle: [subtitle] - -# You can add a footer to your documentation like this: -# Footer: [text] -# If you want to add a copyright notice, this would be the place to do it. - -# You can add a timestamp to your documentation like one of these: -# Timestamp: Generated on month day, year -# Timestamp: Updated mm/dd/yyyy -# Timestamp: Last updated mon day -# -# 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. -# -# -------------------------------------------------------------------------- - - -File: About LibGD 2.1.1-dev (preamble.txt) -File: gd.h (gd.h) -File: gd_filename.c (gd_filename.c) -File: gd_filter.c (gd_filter.c) -File: gd_interpolation.c (gd_interpolation.c) -File: gdImageCreate (gd.c) -File: License (license.txt) -File: Matrix (gd_matrix.c) - -Group: Index { - - Index: Everything - Constant Index: Constants - File Index: Files - Function Index: Functions - Type Index: Types - } # Group: Index - |