/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Library/boost/tools/quickbook/test/include/code-include.gold-html
55 строк
1 KB
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head></head> <body> <h3> Include </h3> <p> This should appear when <tt>stub.c</tt> is included. </p> <p> This is the C <span class="bold"><strong><span class="emphasis"><em>foo</em></span></strong></span> function. </p> <p> This description can have paragraphs... </p> <ul> <li> <div> lists </div> </li> <li> <div> etc. </div> </li> </ul> <p> And any quickbook block markup. </p> <pre class="programlisting"><span class="keyword">char</span><span class="special">*</span> <span class="identifier">foo</span><span class="special">()</span> <span class="special">{</span> <span class="comment">// return 'em, foo man!</span> <span class="keyword">return</span> <span class="string">"foo"</span><span class="special">;</span> <span class="special">}</span> </pre> <p> This should appear when <tt>stub.py</tt> is included. </p> <p> This should appear when <tt>stub.cpp</tt> is included. </p> <p> [foo] </p> <p> [foo_py] </p> <p> [foo_c] </p> </body> </html>