/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/103_include.cpp
8 строк
161 B
Dimitri van Heesch
issue #10997 How to tell Doxygen to process an #include within a class definition
12 июл 2024, 16:34
Не верифицирован
12 июл 2024, 16:34
6ae0631
Код
Авторство
О чём код?
// objective: test if #include inside a class body will include the results as-is // check: class_test.xml /// Test clasx class Test { #include "members.ci" };