/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/022_dot.cpp
21 строка
470 B
albert-github
Problem running tests under Windows
10 июн 2015, 20:37
10 июн 2015, 20:37
9bd54df
Код
Авторство
О чём код?
// objective: test the \dot and \enddot commands // check: indexpage.xml // config: HAVE_DOT = YES // config: DOTFILE_DIRS = $INPUTDIR /*! class B */ class B {}; /*! class C */ class C {}; /*! \mainpage Class relations expressed via an inline dot graph: \dot digraph example { node [shape=record, fontname=Helvetica, fontsize=10]; b [ label="class B" URL="\ref B"]; c [ label="class C" URL="\ref C"]; b -> c [ arrowhead="open", style="dashed" ]; } \enddot */