Changeset 71 in pacpusframework for trunk/include/Pacpus/kernel/FileLibConfig.h


Ignore:
Timestamp:
01/10/13 15:07:34 (11 years ago)
Author:
Marek Kurdej
Message:

Added: more documentation.
doc/doxyfile.in: turned on BUILTIN_STL_SUPPORT in Doxygen.
Added: LICENSE-header.txt to be included in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/FileLibConfig.h

    r66 r71  
    1010///
    1111/// DLL import/export macro definitions file.
    12 /// Declares <library name>_API macro as __declspec(dllexport) or __declspec(dllimport)
     12/// Declares \<library name\>_API macro as __declspec(dllexport) or __declspec(dllimport)
    1313/// on Windows system and as an empty macro on other systems.
    14 /// DLL exporting is performed when <library name>_EXPORTS is defined.
     14/// DLL exporting is performed when \<library name\>_EXPORTS is defined.
    1515
    1616#ifndef DEF_PACPUS_FILELIBCONFIG_H
Note: See TracChangeset for help on using the changeset viewer.