Changeset 430
- Timestamp:
- 12/12/06 16:43:58
- Files:
-
- openpgpsdk/trunk/doc/doxygen-user.cfg (modified) (1 diff)
- openpgpsdk/trunk/src/doxygen.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/doc/doxygen-user.cfg
r426 r430 448 448 449 449 # XX - changed by weasel 450 INPUT = ../src ../ include/openpgpsdk450 INPUT = ../src ../src/standard ../include/openpgpsdk 451 451 452 452 # If the value of the INPUT tag contains directories, you can use the openpgpsdk/trunk/src/doxygen.c
r429 r430 5 5 \section section_std_api The Standard API 6 6 7 The Standard API provides easy access to common crypto tasks: Examples are: 7 The Standard API provides easy access to common crypto tasks. 8 9 Examples are: 8 10 9 11 - "find the key in the keyring corresponding to this id"
