doxygen_manual-1.8.1 (Методичка, задание и документация на ЛР №7), страница 4

PDF-файл doxygen_manual-1.8.1 (Методичка, задание и документация на ЛР №7), страница 4 Технологии разработки программного обеспечения (ПО) (14109): Лабораторная работа - 10 семестр (2 семестр магистратуры)doxygen_manual-1.8.1 (Методичка, задание и документация на ЛР №7) - PDF, страница 4 (14109) - СтудИзба2017-12-22СтудИзба

Описание файла

Файл "doxygen_manual-1.8.1" внутри архива находится в следующих папках: Методичка, задание и документация на ЛР №7, docs. PDF-файл из архива "Методичка, задание и документация на ЛР №7", который расположен в категории "". Всё это находится в предмете "технологии разработки программного обеспечения (по)" из 10 семестр (2 семестр магистратуры), которые можно найти в файловом архиве МГТУ им. Н.Э.Баумана. Не смотря на прямую связь этого архива с МГТУ им. Н.Э.Баумана, его также можно найти и в других разделах. Архив можно найти в разделе "лабораторные работы", в предмете "технологии разработки по" в общих файлах.

Просмотр PDF-файла онлайн

Текст 4 страницы из PDF

. . . . . . . . . . . . . . . . . . . . . . . . . . 15321.146 \rtfonly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15321.147 \verbatim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15321.148 \xmlonly . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15321.149 \\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.150 \@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . 15421.151 \∼[LanguageId] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.152 \& . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.153 \$ . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.154 \# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.155 < . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.156 > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15421.157 \% . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . 15521.158 \" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15521.159 \. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15521.160 \:: . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15522 HTML commands15723 XML commands161IIIDevelopers Manual16324 Doxygen’s internals16525 Perl Module Output format16925.1Usage . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16925.2Using the LaTeX generator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16925.2.1 Creation of PDF and DVI output. . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 17025.3Documentation format. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17125.4Data structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17126 Internationalization173Generated by DoxygenCONTENTS1IntroductionDoxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors),Fortran, VHDL, PHP, C#, and to some extent D.It can help you in three ways:1.

It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LATEX)from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directlyfrom the sources, which makes it much easier to keep the documentation consistent with the source code.2. You can configure doxygen to extract the code structure from undocumented source files. This is very usefulto quickly find your way in large source distributions.

You can also visualize the relations between the variouselements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, whichare all generated automatically.3. You can also use doxygen for creating normal documentation (as I did for this manual).Doxygen is developed under Linux and Mac OS X, but is set-up to be highly portable. As a result, it runs on mostother Unix flavors as well. Furthermore, executables for Windows are available.This manual is divided into three parts, each of which is divided into several sections.The first part forms a user manual:• Section Installation discusses how to download, compile and install doxygen for your platform.• Section Getting started tells you how to generate your first piece of documentation quickly.• Section Documenting the code demonstrates the various ways that code can be documented.• Section Markdown support show the Markdown formatting supported by doxygen.• Section Grouping shows how to group things together.• Section Including formulas shows how to insert formulas in the documentation.• Section Graphs and diagrams describes the diagrams and graphs that doxygen can generate.• Section Preprocessing explains how doxygen deals with macro definitions.• Section Automatic link generation shows how to put links to files, classes, and members in the documentation.• Section Output Formats shows how to generate the various output formats supported by doxygen.• Section Searching shows various ways to search in the HTML documentation.• Section Customizing the output explains how you can customize the output generated by doxygen.• Section Custom Commands show how to define and use custom commands in your comments.• Section Linking to external documentation explains how to let doxygen create links to externally generateddocumentation.• Section Frequently Asked Questions gives answers to frequently asked questions.• Section Troubleshooting tells you what to do when you have problems.The second part forms a reference manual:• Section Features presents an overview of what doxygen can do.Generated by Doxygen2CONTENTS• Section Doxygen usage shows how to use the doxygen program.• Section Doxywizard usage shows how to use the doxywizard program.• Section Configuration shows how to fine-tune doxygen, so it generates the documentation you want.• Section Special Commands shows an overview of the special commands that can be used within the documentation.• Section HTML Commands shows an overview of the HTML commands that can be used within the documentation.• Section XML Commands shows an overview of the C# style XML commands that can be used within thedocumentation.The third part provides information for developers:• Section Doxygen’s Internals gives a global overview of how doxygen is internally structured.• Section Perl Module Output shows how to use the PerlMod output.• Section Internationalization explains how to add support for new output languages.Doxygen licenseCopyright ©1997-2012 by Dimitri van Heesch.Permission to use, copy, modify, and distribute this software and its documentation under the terms of the GNUGeneral Public License is hereby granted.

No representations are made about the suitability of this software for anypurpose. It is provided "as is" without express or implied warranty. See the GNU General Public Licensefor more details.Documents produced by doxygen are derivative works derived from the input used in their production; they are notaffected by this license.User examplesDoxygen supports a number of output formats where HTML is the most popular one. I’ve gathered some niceexamples (see http://www.doxygen.org/results.html) of real-life projects using doxygen.These are part of a larger list of projects that use doxygen (see http://www.doxygen.org/projects.html).If you know other projects, let me know and I’ll add them.Commercial SupportI’m currently investigating the possibilities of providing commercial support for doxygen.

The forms of support I’mthinking of are:• implementing features,• fixing bugs,• providing priority help in answering questions.To get a better understanding of the feasibility, please let me know if you have a need for this type (or another type)of doxygen related commercial support.Generated by DoxygenCONTENTS3Future workAlthough doxygen is successfully used by large number of companies and open source projects already, there isalways room for improvement.You can submit enhancement requests in the bug tracker. Make sure the severity of the bug report is set to"enhancement".AcknowledgementsThanks go to:• Malte Zöckler and Roland Wunderling, authors of DOC++. The first version of doxygen borrowed some codeof an old version of DOC++. Although I have rewritten practically all code since then, DOC++ has still givenme a good start in writing doxygen.• All people at Qt Software, for creating a beautiful GUI Toolkit (which is very useful as a Windows/Unix platformabstraction layer :-)• My brother Frank for rendering the logos.• Harm van der Heijden for adding HTML help support.• Wouter Slegers of Your Creative Solutions for registering the www.doxygen.org domain.• Parker Waechter for adding the RTF output generator.• Joerg Baumann, for adding conditional documentation blocks, PDF links, and the configuration generator.• Tim Mensch for adding the todo command.• Christian Hammond for redesigning the web-site.• Ken Wong for providing the HTML tree view code.• Talin for adding support for C# style comments with XML markup.• Petr Prikryl for coordinating the internationalization support.

All language maintainers for providing translations into many languages.• The band Porcupine Tree for providing hours of great music to listen to while coding.• many, many others for suggestions, patches and bug reports.Generated by Doxygen4CONTENTSGenerated by DoxygenPart IUser ManualChapter 1InstallationFirst go to the download page to get the latest distribution, if you did not downloaded doxygen already.1.1Compiling from source on UNIXIf you downloaded the source distribution, you need at least the following to build the executable:• The GNU tools flex, bison and GNU make, and strip• In order to generate a Makefile for your platform, you need perl• The configure script assume the availability of standard UNIX tools such as sed, date, find, uname, mv, cp,cat, echo, tr, cd, and rm.To take full advantage of doxygen’s features the following additional tools should be installed.• Qt Software’s GUI toolkit Qt version 4.3 or higher. This is needed to build the GUI front-end doxywizard.• A LATEX distribution: for instance teTeX 1.0 This is needed for generating LaTeX, Postscript, and PDFoutput.• the Graph visualization toolkit version 1.8.10 or higher Needed for the includedependency graphs, the graphical inheritance graphs, and the collaboration graphs.

Свежие статьи
Популярно сейчас
Зачем заказывать выполнение своего задания, если оно уже было выполнено много много раз? Его можно просто купить или даже скачать бесплатно на СтудИзбе. Найдите нужный учебный материал у нас!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
5259
Авторов
на СтудИзбе
421
Средний доход
с одного платного файла
Обучение Подробнее