.hgignore
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Fri, 09 Jan 2009 12:54:27 +0100 (2009-01-09) |
changeset 451 |
fbd6e04acf44 |
parent 298 |
74eb8b425d82
|
child 456 |
aff6888e71c9 |
permissions |
-rw-r--r-- |
Various doc improvements for graph adaptors (#67)
- Add notes about modifying the adapted graphs through adaptors
if it is possible.
- Add notes about the possible conversions between the Node, Arc and
Edge types of the adapted graphs and the adaptors.
- Hide the default values for template parameters (describe them
in the doc instead).
- More precise docs for template parameters.
- More precise docs for member functions.
- Add docs for important public typedefs.
- Unify the docs of the adaptors.
- Add \relates commands for the creator functions.
- Fixes and improvements the module documentation.