tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 09 Jan 2009 12:54:27 +0100
changeset 451 fbd6e04acf44
parent 310 a9e8f310507f
child 523 d9e43511d11c
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.
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
alpar@385
     3
bin_PROGRAMS += \
alpar@385
     4
	tools/dimacs-to-lgf
alpar@385
     5
alpar@310
     6
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     7
ladanyi@1
     8
endif WANT_TOOLS
alpar@385
     9
alpar@385
    10
tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc