Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 8e6cc27be84921b4cfa71f63110174a94d8fbaa6 |
|---|---|
| Date: | 2008-11-14 15:13:47 |
| User: | stephan |
| Comment: | minor doc updates |
Changes
Changes to src/Doxyfile.at
| Old (a88461a49f1cb017) | New (dd9755ed47933e37) | |||
|---|---|---|---|---|
| 1 | # Doxyfile 1.5.5 | 1 | # Doxyfile 1.5.5 | |
| 2 | 2 | |||
| 3 | # This file describes the settings to be used by the documentation system | 3 | # This file describes the settings to be used by the documentation system | |
| 4 | # doxygen (www.doxygen.org) for a project | 4 | # doxygen (www.doxygen.org) for a project | |
| 5 | # | 5 | # | |
| 548 hidden lines | ||||
| 554 | # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude | 554 | # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude | |
| 555 | # certain files from those directories. Note that the wildcards are matched | 555 | # certain files from those directories. Note that the wildcards are matched | |
| 556 | # against the file with absolute path, so to exclude all test directories | 556 | # against the file with absolute path, so to exclude all test directories | |
| 557 | # for example use the pattern */test/* | 557 | # for example use the pattern */test/* | |
| 558 | 558 | |||
| 559 | EXCLUDE_PATTERNS = whhash.* \ | | | 559 | EXCLUDE_PATTERNS = whgc.* \ |
| 560 | whgc.* \ | | | ||
| 561 | My*.* test*.* | 560 | My*.* test*.* | |
| 562 | 561 | |||
| 563 | # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names | 562 | # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names | |
| 564 | # (namespaces, classes, functions, etc.) that should be excluded from the | 563 | # (namespaces, classes, functions, etc.) that should be excluded from the | |
| 565 | # output. The symbol name can be a fully qualified name, a word, or if the | 564 | # output. The symbol name can be a fully qualified name, a word, or if the | |
| 790 hidden lines | ||||
| 1356 | 1355 | |||
| 1357 | # The SEARCHENGINE tag specifies whether or not a search engine should be | 1356 | # The SEARCHENGINE tag specifies whether or not a search engine should be | |
| 1358 | # used. If set to NO the values of all tags below this one will be ignored. | 1357 | # used. If set to NO the values of all tags below this one will be ignored. | |
| 1359 | 1358 | |||
| 1360 | SEARCHENGINE = NO | 1359 | SEARCHENGINE = NO | |
Changes to src/Doxygen-index.txt
| Old (8cd679f865e71f0d) | New (f6ac5dcb189e382e) | |||
|---|---|---|---|---|
| 1 | /** @mainpage WanderingHorse.net C libs | 1 | /** @mainpage WanderingHorse.net C libs | |
| 2 | 2 | |||
| 3 | This is the main doxygen index for a few different APIs. See the Pages | 3 | This is the main doxygen index for a few different APIs. See the Pages | |
| 4 | links for the specific APIs. | 4 | links for the specific APIs. | |
| 5 | 5 | |||
| 7 | 7 | |||
| 8 | - vappendf() and friend work like generic printf() and friends | 8 | - vappendf() and friend work like generic printf() and friends | |
| 9 | but can send their output to arbitrary destinations via a callback | 9 | but can send their output to arbitrary destinations via a callback | |
| 10 | function. | 10 | function. | |
| 11 | 11 | |||
| 12 | - whclob is an API for working with dynamically-resizable character data, | | | 12 | - memblob is an API for working with dynamically-resizable character data, |
| 13 | most useful for creating strings dynamically and managing their memory. | 13 | most useful for creating strings dynamically and managing their memory. | |
| 14 | 14 | |||
| 15 | - whhash is a hashtable API with flexible ownership policies. | 15 | - whhash is a hashtable API with flexible ownership policies. | |
| 16 | 16 | |||
| 17 | - whgc is a "sort of" garbage collection library based off of whhash. | 17 | - whgc is a "sort of" garbage collection library based off of whhash. | |
| 27 hidden lines | ||||
| 45 | 45 | |||
| 46 | - http://fossil.wanderinghorse.net - source code repositories for this | 46 | - http://fossil.wanderinghorse.net - source code repositories for this | |
| 47 | code and more. | 47 | code and more. | |
| 48 | 48 | |||
| 49 | */ | 49 | */ | |