
GPAC provides tools to process, inspect, package, stream, playback and interact with media content. GPAC is an open-source multimedia framework focused on modularity and standards compliance. Visualize and manage your repositories through Sourcetree's simple Git GUI Authorĭocumentation system, source file documentation, extract code, documentation, generate, source file Furthermore, executables for Windows are available. As a result, it runs on most other Unix flavors as well. You can even `abuse' doxygen for creating normal documentation (as I did for this manual).ĭoxygen is developed under Linux and Mac OS X, but is set-up to be highly portable. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.ģ. This is very useful to quickly find your way in large source distributions. You can configure doxygen to extract the code structure from undocumented source files. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.Ģ.

There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages.

It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in $mbox$) from a set of documented source files. Top Software Keywords Show more Show lessĭoxygen 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.ġ.
