office-gobmx/solenv
Chris Sherlock a669faa1fa vcl: allow doxygen to see boost::intrusive_ptr
We are using boost::intrusive_ptr for a number of classes,
unfortunately by default we cannot see this in the Doxygen
collaboration diagrams.

However, we can work around this problem by making a dummy
namespace which we include in a header that is scanned by
Doxygen, but never included in LibreOffice. To be sure of this,
however, I have put #ifdef DOXYGEN_ONLY guards around the file
and defined this in the Doxygen config file.

Change-Id: I18d6956518a49e6006b64e2147023ec8266c8f5c
2016-01-15 06:26:41 +11:00
..
bin Fix typos 2016-01-10 14:17:20 +00:00
buck
doc/gbuild Fix typos 2016-01-10 14:17:20 +00:00
gbuild gbuild: let's hope this MSVC2012 specific hack is unnecessary now 2016-01-13 16:18:13 +01:00
gcc-wrappers
gdb
inc vcl: allow doxygen to see boost::intrusive_ptr 2016-01-15 06:26:41 +11:00
lldb/libreoffice
maven
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gcc-wrapper.mk
Makefile
Module_solenv.mk
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.